Do you support letsencrypt?

First step:
You will first need a web virtual host setup for the hostname you are wanting to get a certificate for. Please open a ticket for this and we will set it up. Then you can follow the rest of the guide yourself.

You can setup letsencrypt on your own like this:


cd
mkdir -p letsencrypt/var/log letsencrypt/var/db letsencrypt/etc

Fill out the HOSTNAME_HERE part and use extra -d HOSTNAME entries for ailases.
certbot --config-dir ~/letsencrypt/etc --work-dir ~/letsencrypt/var/db --logs-dir ~/letsencrypt/var/log certonly --text --agree-tos --renew-by-default --webroot -w ~/public_html -d HOSTNAME_HERE


Then add this in crontab -e:
0 0 */25 * * /usr/local/bin/certbot --config-dir ~/letsencrypt/etc --work-dir ~/letsencrypt/var/db --logs-dir ~/letsencrypt/var/log renew >/dev/null 2>&1

You can list your certificate paths with:
certbot --config-dir ~/letsencrypt/etc --work-dir ~/letsencrypt/var/db --logs-dir ~/letsencrypt/var/log certificates




  • 0 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Související články

Am I allowed to run BOPM/services on my IRCD account?

Yes, you may run BOPM and/or services providing you have purchased enough background processes...

I'm getting this error: ./Config: Permission denied

If you are getting to following error - ./Config: Permission denied. OR ./configure: Permission...

How do I install Anope Services?

Retrieve the latest build of your choice from http://www.anope.orgLogin to your shell and...

How do I install Unreal 3.2 IRCD on my account?

1. Connect to the shell and execute the following: wget...

Can I get a mysql database?

We don't mind you using mysql providing its conservative use, not anything resource intensive....