Dana,

On 5/2/21 08:05, dana whitelow wrote:
Please clarify.

You might be on the wrong mailing list, but we can still help.

I have the steps for deployment of letsencrypt for a www.example.com .
But I  have a dynamic dns domain say http://example.ddns.net.
For step 3  when I do not use www in URL should it be   ?
certbot --Apache -d  example.ddns.net -d www.example.ddns.net

OR

certbot --Apache -d example.ddns.net -d http://example.ddns.net
OR

certbot --Apache -d example.ddns.net -d  somethingelse.


1. add-apt-repository ppa:certbot/certbot
2. apt install python-certbot-Apache-y
3. certbot --Apache -d example.com -d www.example.com
ll /etc/letsencrypt/live/example.com

You do not want to use www.example.com. Instead, you want to use example.ddns.net. You probably will never use www.example.ddns.net unless you also requested www.example.ddns.net from your dynamic DNS provider.

If you want to use BOTH example.ddns.net and www.example.ddns.net, then you can do it all at once using '-d example.ddns.net,www.example.ddns.net'

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to