This commit is contained in:
Hong Ooi 2019-05-13 07:25:07 +10:00
Родитель 83acfea8ee
Коммит 998cb5341f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -81,7 +81,7 @@ cert <- vault$certificates$create("newcert",
# import a certificate from a PFX file
vault$certificates$import("importedcert", "mycert.pfx")
# OAuth authentication using a cert in Key Vault
# OAuth authentication using a cert in Key Vault (requires AzureAuth >= 1.0.2)
AzureAuth::get_azure_token("resource_url", "mytenant", "app_id", certificate=cert)
# export the certificate as a PEM file