Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 462 Bytes

File metadata and controls

12 lines (8 loc) · 462 Bytes

PROGRAMANDO IDEAS

webapi_csharp_keyvault

Azure Key Vault con ASP.NET Core WebApi C#

Comando para crear certificado

New-SelfSignedCertificate -Type Custom -KeySpec Signature -Subject "CN=programando_ideas_cert" -KeyExportPolicy Exportable -HashAlgorithm sha256 -KeyLength 2048 -CertStoreLocation "Cert:\CurrentUser\My" -KeyUsageProperty Sign -KeyUsage CertSign