Evernode Custom SSL Certificate
Posted: Sat Aug 24, 2024 3:42 pm
I've been looking into how to use SSL certificate from an other location for evernode nodes.
If you for example have a web server that letsencrypt is generating a ssl certificate for and want to use the same certificate as a website, then you can use following:
sudo evernode applyssl /etc/letsencrypt/live/YourDomainName/privkey.pem /etc/letsencrypt/live/YourDomainName/chain.pem /etc/letsencrypt/live/YourDomainName/fullchain.pem
Make sure to look up the right path for the ssl certificate by typing sudo ls /etc/letsencrypt/live/
If you for example have a web server that letsencrypt is generating a ssl certificate for and want to use the same certificate as a website, then you can use following:
sudo evernode applyssl /etc/letsencrypt/live/YourDomainName/privkey.pem /etc/letsencrypt/live/YourDomainName/chain.pem /etc/letsencrypt/live/YourDomainName/fullchain.pem
Make sure to look up the right path for the ssl certificate by typing sudo ls /etc/letsencrypt/live/