Skip to content

Letsencrypt wildcard with HAProxy and Arvan Cloud

Notifications You must be signed in to change notification settings

parsaeian/arvan-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Letsencrypt wildcard with HAProxy and Arvan Cloud

Command:

certbot certonly  --manual --preferred-challenges=dns --manual-auth-hook ./authenticator.sh --manual-cleanup-hook ./cleanup.sh  --deploy-hook ./deploy.sh  -d *.example.com -d example.com

Check Certificate’s Expiration Date:

echo | openssl s_client -connect example.com:443 -servername example.com 2>/dev/null | openssl x509 -noout -dates

Cron:

10 0 * * * certbot renew

About

Letsencrypt wildcard with HAProxy and Arvan Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages