Re-enable the bare 'sovr.cloud' certificate
It works now that our DNS entries are correct.
This commit is contained in:
parent
7c7b53349a
commit
a154a67ac8
|
@ -49,12 +49,12 @@
|
||||||
environmentFile = "/opt/keys/porkbun";
|
environmentFile = "/opt/keys/porkbun";
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
};
|
};
|
||||||
/*certs."sovr.cloud" = {
|
certs."sovr.cloud" = {
|
||||||
dnsProvider = "porkbun";
|
dnsProvider = "porkbun";
|
||||||
domain = "sovr.cloud";
|
domain = "sovr.cloud";
|
||||||
environmentFile = "/opt/keys/porkbun";
|
environmentFile = "/opt/keys/porkbun";
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
};*/
|
};
|
||||||
defaults.email = "eli@theribbles.org";
|
defaults.email = "eli@theribbles.org";
|
||||||
};
|
};
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
|
|
Loading…
Reference in New Issue