InFurSecDen / AcmeDnsSolver

A simple Azure Function that solves an ACME V2 dns-01 challenge every 60 days and adds the resulting certificate/key to Azure Key Vault
MIT License
0 stars 0 forks source link

Default to ECC certificate issued by ACME, allow config #12

Open TCFox opened 5 years ago

TCFox commented 5 years ago

Currently blocked since Azure Key Vault Certificates only supports RSA at this stage.

TCFox commented 4 years ago

Possibly might be unblocked? Docs say only supported certificates are RSA and RSA-HSM but comments online say limited support is available via C# SDK.