etheroute-lon01: de-redundantify int.lukegb.com cert
This commit is contained in:
parent
1c550cf508
commit
7573280e5b
1 changed files with 5 additions and 1 deletions
|
@ -250,7 +250,11 @@ in {
|
||||||
domain = "*.int.lukegb.com";
|
domain = "*.int.lukegb.com";
|
||||||
dnsProvider = "cloudflare";
|
dnsProvider = "cloudflare";
|
||||||
credentialsFile = secrets.cloudflareCredentials;
|
credentialsFile = secrets.cloudflareCredentials;
|
||||||
extraDomainNames = ["int.lukegb.com" "lukegb.com" "*.lukegb.com"];
|
extraDomainNames = [
|
||||||
|
# "int.lukegb.com" # redundant with *.lukegb.com
|
||||||
|
"lukegb.com"
|
||||||
|
"*.lukegb.com"
|
||||||
|
];
|
||||||
postRun = ''
|
postRun = ''
|
||||||
systemctl restart pomerium
|
systemctl restart pomerium
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue