DEV Community

Discussion on: Let's Encrypt: Renew Wildcard Certificate With Certbot

 
nabbisen profile image
nabbisen

@jgutix
Hello. I'm sorry for my late reply.
As I wrote in my post:

certbot ... -d "*.<your-domain>" -d <your-domain> ...
Enter fullscreen mode Exit fullscreen mode

I used two -d options at the same time. For example, it was certbot ... -d "*.some.domain" -d some.domain ... .
Does it mean to "run twice, one for each wildcard and root domains" as you wrote🙂?