commit f663f90d35cc64c1efea911ff16c5551926d85f6 parent 595e83714f0558a43e9b0599abf02cbfd2fb5abb Author: ugrnm <ugrnm@web> Date: Tue, 10 Sep 2024 18:16:03 +0200 empty web commit Diffstat:
| M | eik.mdwn | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eik.mdwn b/eik.mdwn @@ -14,7 +14,7 @@ However when authentication is required we force `https` like this: return 301 https://$http_host$request_uri; } -We use `acme.sh` for handling certs, however expanding certs with new domain is still not supported. The workaround is to recreate a whole new cert with all the domains. For instance: +We use `acme.sh` for handling certs, however expanding certs with new domain is still not supported. The workaround is to recreate a whole new cert with all the domains. For instance, as root: acme.sh --issue --nginx \ -d eik.permacomputing.net \