-
Hi, So I confiture Pki secret engin on Vault (https://learn.hashicorp.com/tutorials/vault/pki-engine). Now.... I don't know how to convert all this to a X509Certificate2.... Mike. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Vault parthttps://learn.hashicorp.com/tutorials/vault/pki-engine .Net partSomewhere in your starter files , you give SSL Certificat to kestrel :
and the method call to generate the certificat.
|
Beta Was this translation helpful? Give feedback.
Hi,
i find it.
If someone want to do it (c# 6.0 / Kestrel /SSL on-the-fly)
/!\ Warning : it's a poc, not a clean code ;)
Vault part
https://learn.hashicorp.com/tutorials/vault/pki-engine
.Net part
Somewhere in your starter files , you give SSL Certificat to kestrel :
and the method call to generate the certificat.