Please clarify.
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

 
danawhite...@aol.com

Reply via email to