Skip to content

When using "run" to create and/or renew (and upload) it will always upload even if certificate is unchanged #4

@jeliker1

Description

@jeliker1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions