I'm using a command-line like this:
certbot run --test-cert --agree-tos --email $EMAIL --no-eff-email --keep-until-expiring --key-type rsa --rsa-key-size 4096 \
--logs-dir ~/.certbot/logs \
--work-dir ~/.certbot/work \
--config-dir ~/.certbot/config \
--oci-auth-mode instance \
--dns-oci-instance-principal y \
--installer oci \
--authenticator dns-oci \
--oci-certificate-name 'wildcard.example.com'
--oci-compartment-id $COMP_ID \
-d "*.example.com"
Every run creates a new certificate version even though the certificate is unchanged. I'll create a proposed enhancement to control this behavior then submit a pull request.
I'm using a command-line like this:
Every run creates a new certificate version even though the certificate is unchanged. I'll create a proposed enhancement to control this behavior then submit a pull request.