You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Synology NAS running DSM 7.1. this container is installed and I can access the UI without issue. I also have acme.sh setup using zeroSSL and have a domain and wildcard domain set for the certificate. I had originally setup acme.sh in standalone mode, but am trying to switch to nginx mode and am running into issues.
Note: I am running acme.sh as a shell script cli not in a docker container.
It looks like I have to do the following (according to acme.sh github):
Run this to copy the certs to nginx.
acme.sh --install-cert -d example.com
--key-file /path/to/keyfile/in/nginx/key.pem
--fullchain-file /path/to/fullchain/nginx/cert.pem
--reloadcmd "service nginx force-reload"
What path should I use? Where should the certs be stored for Nginx?
Then after that I have to issue the certs in nginx mode:
when I run the above command I get the following error:
Error, can not get domain token entry *.mydomain.com for http-01
The supported validation types are: dns-01 , but you specified: http-01
Does anyone else here have experience with acme.sh and trying to use a wildcard domain with zeroSSL and nginx? I trie posting at acme.sh, but haven't gotten any response yet, so I thought I'd post something here to see if anyone had a similar situation and resolved it. Thanks in advance for your help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Synology NAS running DSM 7.1. this container is installed and I can access the UI without issue. I also have acme.sh setup using zeroSSL and have a domain and wildcard domain set for the certificate. I had originally setup acme.sh in standalone mode, but am trying to switch to nginx mode and am running into issues.
Note: I am running acme.sh as a shell script cli not in a docker container.
It looks like I have to do the following (according to acme.sh github):
Run this to copy the certs to nginx.
acme.sh --install-cert -d example.com
--key-file /path/to/keyfile/in/nginx/key.pem
--fullchain-file /path/to/fullchain/nginx/cert.pem
--reloadcmd "service nginx force-reload"
What path should I use? Where should the certs be stored for Nginx?
Then after that I have to issue the certs in nginx mode:
acme.sh --renew --nginx -d mydomain.com -d '*.mydomain.com' --force
when I run the above command I get the following error:
Error, can not get domain token entry *.mydomain.com for http-01
The supported validation types are: dns-01 , but you specified: http-01
Does anyone else here have experience with acme.sh and trying to use a wildcard domain with zeroSSL and nginx? I trie posting at acme.sh, but haven't gotten any response yet, so I thought I'd post something here to see if anyone had a similar situation and resolved it. Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions