Support HTTPS certificates
sevensolutions opened this issue · 4 comments
At the moment you can define an https-binding, but theres no way to specify a certificate.
TODOs:
- Implement install/uninstall from a local file
- Make sure we don't break IIS because of invalid certificates
- Document where to find the installed certificates
- Write Integration Tests
- Rename
certificate_hash
tocertificate_thumbprint
- Or maybe even change this to an
certificate
-object
- Or maybe even change this to an
We're now supporting HTTPS certificates by specifying the certificate hash. This requires the certificate to be already installed on the machine.
We should add another way to install a certificate, downloaded via an artifact and also remove it, if there's no website referencing it anymore.
We should at least add a flag to use certificates from the centralized certificate store.
Maybe I'll also add auto install support for certificates from vault.
Maybe I'll also add auto install support for certificates from vault.
I will not support that because with the new file support, one can simply use vault and a template stanza.