PEM certificates seem to be added when fetch from origin seems to replace
Opened this issue · 1 comments
plermant commented
pinning from PEM seems to append the cert, when fetching from origin seems to replace.
Ideally, add a flag to decide if new cert should be appended or replace the existing one(s) for either mode.
If not possible, then always wipe out the existing ones
akshayranganath commented
Done. There is a flag now --append_cert that will ensure that the new cert is simply appended to existing set of certificates. Please could you test and confirm if this looks good.