Skip to content

Put the original domain first

Jean-Paul Calderone requested to merge swap-issuer-domain-order into develop

The original domain got some state created for it by certbot. The certificates are anchored to payments.privatestorage.io in the filesystem. The code handling these domains uses the first domain name in the list to find the certificates, so make it match the filesystem state.

Merge request reports