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
- Host: GitHub
- URL: https://github.com/programando-ideas/webapi_csharp_keyvault
- Owner: programando-ideas
- Created: 2019-09-06T01:02:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T01:06:54.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T12:32:46.762Z (5 months ago)
- Language: C#
- Homepage: https://youtu.be/MyAZtAw7EQ8
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```