Download the PHP package itk-dev/azure-key-vault-php without Composer
On this page you can find all versions of the php package itk-dev/azure-key-vault-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package azure-key-vault-php
Azure Key Vault
This is a php library to access certificates and secrets stored in Azure key vault through their rest API.
See https://docs.microsoft.com/en-gb/azure/key-vault/general/
Installation
Add the github repository to your composer.json.
Use composer to install the library.
Usage
Storing certificates in the vault
You may have to rename your .p12
file to .pfx
before being able to upload to the Azure Key Vault.
Removing passphrase from PKCS12 certificates
If you don't want to have a passphrase on the certificate stored in the Azure Key Vault, you can use the following command to remove the passphrase:
All versions of azure-key-vault-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-json Version *
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
ext-json Version *
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
The package itk-dev/azure-key-vault-php contains the following files
Loading the files please wait ....