forked from TrueCloudLab/certificates
Fix typo.
This commit is contained in:
parent
e15b5faf7d
commit
2aee71b4c0
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ func init() {
|
||||||
// Scheme is the scheme used for the Azure Key Vault uris.
|
// Scheme is the scheme used for the Azure Key Vault uris.
|
||||||
const Scheme = "azurekms"
|
const Scheme = "azurekms"
|
||||||
|
|
||||||
// keyIDRegexp is the regular expression that Key Vault uses for on the kid. We
|
// keyIDRegexp is the regular expression that Key Vault uses on the kid. We can
|
||||||
// can extract the vault, name and version of the key.
|
// extract the vault, name and version of the key.
|
||||||
var keyIDRegexp = regexp.MustCompile("^https://([0-9a-zA-Z-]+).vault.azure.net/keys/([0-9a-zA-Z-]+)/([0-9a-zA-Z-]+)$")
|
var keyIDRegexp = regexp.MustCompile("^https://([0-9a-zA-Z-]+).vault.azure.net/keys/([0-9a-zA-Z-]+)/([0-9a-zA-Z-]+)$")
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue