danjde
April 10, 2019, 11:24am
1
Hi Friends!
Probably a silly question:
I’ve made some relevant changes to some virtualhosts but not added domains, how I could test now if certbot will be able to carry out correctly the next renewal, without waiting for the next three months?
Many thanks!
Davide
--dry-run
flag does that.
2 Likes
It tests whether you can get certificates.
If you’re using the Apache or Nginx plugins to install certificates, it doesn’t test that aspect.
If you’re not, phew! --dry-run
will do everything you need.
If you are, it’s trickier. You could force a real renewal with certbot renew --force-renewal
, but it’s obviously a bad idea to do that frequently .
3 Likes
danjde
April 10, 2019, 8:55pm
4
Perfect, this is exactly what i was looking for!
Obviously this command option is not stored and replicated in the next automatic renewal
Thanks @orangepizza and @mnordhoff
1 Like
system
Closed
May 10, 2019, 9:00pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.