Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSecret ¶
func GetSecret(ctx context.Context, kvc keyvault.KeyVaultClient, secretURL string) (*api.CertKeyPairChain, error)
func ImportCertificate ¶
func ImportCertificate(ctx context.Context, kvc keyvault.KeyVaultClient, vaultURL, name string, chain api.CertKeyPairChain) error
func SplitSecretURL ¶
SplitSecretURL parses a key vault secret URL, e.g. https://myvault.vault.azure.net/secrets/mysecret, and returns the root vault URL and secret name, e.g. https://myvault.vault.azure.net/ and mysecret.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.