简体   繁体   中英

Is it possible to generate a public private key pair in Azure Vault

I am trying to create a public private key pair. I read about the documentation in azure portal about the create key. But its still not clear to me, if it is possible to generate a public/private key pair.

Can some one please tell me if it is possible ? and guide how it can be integrated with any spring boot application.

Azure Key Vault only can generate a key with the RSA type. It's not a public/private key pair. If you're searching for a way to generate a public/private key pair for the SSH, I suggest you use the SSH key in Azure. It will generate a public/private key pair for you, the public key is stored in Azure and you need to download the private key.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM