Some simple, I hope, questions, if anyone happens to know:
- When I contact the Let's Encrypt staging server (
acme-staging-v02
) when initially trying to install a certificate, theMDMessageCmd
callback returnsrenewal
. If I then reload Apache I don't get a second callback. Is this expected behaviour (I don't get aninstalled
)? What happens when I carry out an installation with the real server? I want theMDMessageCmd
script to do an Apache reload, so I need some way to distinguish between installation and renewal - If I get the Apache config wrong then
mod_md
returnserrored
, and retries at a later time. Is there some way to restart this process when I fix the config? If I just restart Apache, then I still have to wait some time untilmod_md
realises that the configuration has changed - How do I get the
mod_md
version number? I can't find it in the Apache log files, even when I setLogeLevel info md:trace5
(Ubuntu 20.04, Apache 2.4.41)
Thanks.