Can I use Let’s Encrypt for local development SSL provider?

AnsibleUndefinedVariable: ‘letsencrypt_cert_ids’ is undefined
failed: [default] (item=danzerpress.com) => {“changed”: false, “item”: “danzerpress.com”}

I have this set in my wordpress_sites.yml

ssl:
enabled: true
provider: letsencrypt

Can I not use letsencrypt on a local dev site?

:slight_smile: Hi Britt. No you cannot. You can only do self-signed for local development — which isn’t unique to Trellis. If this is confusing, you can read the following article to gain more understanding:

Also, I changed the topic name for less ambiguity and to help others with the same question find it easier.

1 Like

Ok that makes sense, I appreciate the clarification!

1 Like