No more paying for SSL certificates!

On a first view this looks like I have to repeat these steps every 60 days right?

However. I endet up buying another 3 year wildcard Cert. Hopefully the last one ever :slight_smile:

1 Like

Yeah, but via cronjob you can configure an automatic renewal. I’m using Let’s Encrypt + NGINX + Meteor and it works very well :slight_smile:

If anyone wants to use Let’s Encrypt without MeteorUp, I’ve made a Let’s Encrypt Meteor package.

Makes it easy to issue and renew certs with the certbot:

letsencrypt certonly --webroot

by automatically serving the challenge responses.