An open API service indexing awesome lists of open source software.

https://github.com/programando-ideas/webapi_csharp_keyvault

Azure Key Vault con ASP.NET Core WebApi
https://github.com/programando-ideas/webapi_csharp_keyvault

Last synced: 3 months ago
JSON representation

Azure Key Vault con ASP.NET Core WebApi

Awesome Lists containing this project

README

        

# PROGRAMANDO IDEAS
### [Canal de YouTube](https://www.youtube.com/channel/UCr-7aJpOx7a78nHFz70Ri2Q)

## 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
```