Evernode Custom SSL Certificate

Hosting an Evernode involves setting up and maintaining a linux machine which runs the evernode software and participates in network consensus. By participating, you help maintain the network's decentralized infrastructure while potentially earning rewards. Detailed tutorials and community support are available to assist node operators.
Forum rules
Welcome to the Hosting An Evernode Forum! To ensure a positive and productive environment, please adhere to the following guidelines.

Treat all members with respect and courtesy. Post content relevant to hosting an Evernode, avoiding spamming, self-promotion, or irrelevant topics. Aim to provide clear, informative, and constructive contributions. Discussions of illegal illicit activities are strictly prohibited. Protect your privacy and that of others by not sharing personal information publicly and reporting any suspicious activity to moderators. Failure to adhere to these rules may result in warnings, post deletions, or account suspension. Let’s work together to build a supportive and knowledgeable Evernode community!
Post Reply
wroomwroom
Posts: 12
Joined: Wed Jul 31, 2024 5:59 pm

Evernode Custom SSL Certificate

Post by wroomwroom »

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/
Post Reply