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";
|
||||
dnsProvider = "cloudflare";
|
||||
credentialsFile = secrets.cloudflareCredentials;
|
||||
extraDomainNames = ["int.lukegb.com" "lukegb.com" "*.lukegb.com"];
|
||||
extraDomainNames = [
|
||||
# "int.lukegb.com" # redundant with *.lukegb.com
|
||||
"lukegb.com"
|
||||
"*.lukegb.com"
|
||||
];
|
||||
postRun = ''
|
||||
systemctl restart pomerium
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue