My domain is: epopen.com
My web server is (include version):
Apache 2.4.54
The operating system my web server runs on is (include version):
FreeBSD 13.1-RELEASE
I can login to a root shell on my machine (yes or no, or I don't know):
yes
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
certbot-1.29.0
Hi All
I tried to add feature of " OCSP Must Staple" into my certificate and configure as follows.
It work fine with web server.
But TLS handshake failed with email(Postfix/Courier-imap)/ftp(VsFTPd) server.
Because above server does not support OCSP Must Staple feature.
As subject, is possible
Certificate file with must_staple = True for web server?
Certificate file with must_staple = False/empty for email/ftp server?
However, you can change the contents of a certificate using the renew subcommand. Not sure if OP meant such a thing, but it should be possible to add the "must staple" extension to a certificate. But indeed, creating a whole new lineage isn't possible.
It's not recommended to manually edit the renewal configuration files. Unless you know exactly what you're doing I guess
Thanks you
I saved configure file by local git because above reason
My understand updated as follow
Options using argument of certbot certonly procedure.
Options update into configure file automatically by certbot.
Options implant new certificate file.
Take options from certificate file when certbot renew procedure.
Configure file using for human inspection only.
One shot of certbot renew procedure can be renew multiple certificate file.
(I consider it because certbot execute once only in periodic renew scripts by official package)