Saturday, December 26, 2015

Free Https Certificates

Use letsencrypt,org if you want free HTTPS certs . The certs are valid for 3 months. You might need to run a cron job to renew the certs.

Also while integration I faced an issue where letsencrypt server was not able to access my server. It is because I have enabled the HTTP User authentication on full site.

letsencrypt wants access to .wellknown dir. I just need to bypass this dir in nginx config. After that things worked like a charm.


No comments:

Post a Comment