feat: outinul.ie now has ssl #137

Merged
silver merged 1 commit from #136_improve-ssh-certs into main 2024-11-05 17:41:14 +00:00
2 changed files with 4 additions and 4 deletions

View file

@ -32,13 +32,13 @@ in {
defaults = {
email = "admin_acme@skynet.ie";
# we use our own dns authorative server for verifying we own the domain.
dnsProvider = "rfc2136";
credentialsFile = config.age.secrets.acme.path;
};
certs = {
"skynet" = {
# we use our own dns authorative server for verifying we own the domain.
dnsProvider = "rfc2136";
domain = "skynet.ie";
extraDomainNames = lists.naturalSort cfg.domains;
};

View file

@ -86,8 +86,8 @@ in {
services.nginx.virtualHosts = {
"outinul.ie" = {
forceSSL = false;
useACMEHost = "skynet";
addSSL = true;
enableACME = true;
locations = {
"/" = {
alias = "/home/outinul/public_html/";