mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-04 21:06:03 +02:00
Add a utility for updating the integration test certificates. It takes three file paths: the existing certificate, the CA certificate, and the CA key. It will update the NotBefore and NotAfter timestamps and the certificate signature, overwriting the existing certificate. Example usage: cd integration/tpl/files go run renew-cert.go trusted.pem ca.pem ca-key.pem |
||
---|---|---|
.. | ||
ca-key.pem | ||
ca.pem | ||
client-key.pem | ||
client.pem | ||
downstream-1-client-key.pem | ||
downstream-1-client-revoked-key.pem | ||
downstream-1-client-revoked.pem | ||
downstream-1-client.pem | ||
downstream-2-client-key.pem | ||
downstream-2-client.pem | ||
downstream-ca-1.pem | ||
downstream-ca-2.pem | ||
downstream-crl.pem | ||
invalid-key.pem | ||
invalid.pem | ||
pomerium-authorize-key.pem | ||
pomerium-authorize.pem | ||
pomerium-databroker-key.pem | ||
pomerium-databroker.pem | ||
renew-cert.go | ||
rootCA-key.pem | ||
rootCA.pem | ||
signing-key.pem | ||
trusted-key.pem | ||
trusted-sans-key.pem | ||
trusted-sans.pem | ||
trusted.pem | ||
untrusted-ca-key.pem | ||
untrusted-ca.pem | ||
untrusted-key.pem | ||
untrusted.pem |