We are using Lets Encrypt certificates for our sites.
This means that the certificates will need to be renewed periodically.
I see that the Octopus Certificate store does not currently work with Lets Encrypt
We could re-request a Lets Encrypt certificate for each deployment via the community step - but this will mean if we do a lot of deployments we will reach our lets encrypt api limits.
What would be better if we could automatically import the certificate to Octopus Certificate Store and deploy it from there.
The only way this will work is if we write a external script to periodically renew the certificates and import them via api to Octopus.
However I can’t see api methods for adding a certificate to the certificate store on Octopus as per this documentation https://github.com/OctopusDeploy/OctopusDeploy-Api/wiki/Certificates.
Is there an api method we can use and if not what other options are available to us to achieve this?