Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: odisseo.io
I ran this command:
-
create a directory
/etc/letsencrypt -
cd /etc
-
cd letsencrypt
sudo wget https://dl.eff.org/certbot-auto
sudo chmod a+x certbot-auto
cd
cd
then I stopped all service
sudo /etc/letsencrypt/certbot-auto --nginx
It produced this output:
Congratulations! You have successfully enabled https://odisseo.io
You should test your configuration at:
https://www.ssllabs.com/ssltest/analyze.html?d=odisseo.io
IMPORTANT NOTES:
-
Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/odisseo.io/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/odisseo.io/privkey.pem
Your cert will expire on 2019-01-14. To obtain a new or tweaked
version of this certificate in the future, simply run certbot-auto
again with the ācertonlyā option. To non-interactively renew all
of your certificates, run ācertbot-auto renewā -
If you like Certbot, please consider supporting our work by:
Donating to ISRG / Letās Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
**then when i go I go to set up the deafult_ssl.vhost file adding this two line
ssl_certificate ā/etc/letsencrypt/live/odisseo.io/fullchain.pemā;
ssl_certificate_key ā/etc/letsencrypt/live/odisseo.io/privkey.pemā;
and I restart nginx it return two permission errors, fopen I cant read file **
For me is the first time and my head is on fire ā¦
this is the file deafult_ssl.vhost
server {
listen 443 ssl;
#listen [::]:443 ssl;
server_name _;
include /jet/etc/nginx/conf.d/document_root.settings;
# ssl_certificate "/jet/etc/pki/tls/certs/www.crt";
# ssl_certificate_key "/jet/etc/pki/tls/private/www.key";
ssl_certificate /etc/letsencrypt/live/odisseo.io/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/odisseo.io/privkey.pem;
# ssl params
#ssl_session_cache shared:SSL:1m;
#ssl_session_timeout 10m;
#ssl_ciphers PROFILE=SYSTEM;
#ssl_prefer_server_ciphers on;
# Load configuration files for the default server block.
include /jet/etc/nginx/conf.d/*.inc;
include /jet/etc/nginx/sites-enabled/*;
}
My web server is (include version): Google Cloud Platform, Compute Engine , http://jetware.io/appliances/jetware/lemp7_optimized_g2-170723/profile
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I donāt know):yes
Iām using a control panel to manage my site (no, or provide the name and version of the control panel): no