mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Add also cert to pelican sub domains.
This commit is contained in:
parent
295cfa2b09
commit
33f1c26897
1 changed files with 8 additions and 1 deletions
|
|
@ -257,7 +257,10 @@ in {
|
|||
domains = [
|
||||
{
|
||||
main = "prg-radio.org";
|
||||
sans = ["*.prg-radio.org"];
|
||||
sans = [
|
||||
"*.prg-radio.org"
|
||||
"*.pelican.prg-radio.org"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
@ -652,6 +655,10 @@ in {
|
|||
defaults.email = "dtu.prg@gmail.com";
|
||||
certs."prg-radio.org" = {
|
||||
domain = "*.prg-radio.org";
|
||||
extraDomainNames = [
|
||||
"*.prg-radio.org"
|
||||
"*.pelican.prg-radio.org"
|
||||
];
|
||||
group = "acme";
|
||||
dnsProvider = "cloudflare";
|
||||
environmentFile = "/home/traefikprg/cloudflare/cloudflare.env";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue