summaryrefslogtreecommitdiff
path: root/perl/Wallet
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-02-13 12:13:41 -0800
committerRuss Allbery <rra@stanford.edu>2013-02-13 12:42:11 -0800
commit3733b1537c987a42e4c3f6b30f4ccfef378e7cfc (patch)
treeb18612bc5190900810503d2f55a604bc95044050 /perl/Wallet
parent4948053f7fd8a19f5c645d535ea3fa96f9539f4e (diff)
Add ssl-keypair to Stanford naming policy
Used currently by MDM to store both the certificate and the key in the same file for convenience. Change-Id: I38901ac93fe3022c2e00f735a0f995500841d709 Reviewed-on: https://gerrit.stanford.edu/784 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/Wallet')
-rw-r--r--perl/Wallet/Policy/Stanford.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Wallet/Policy/Stanford.pm b/perl/Wallet/Policy/Stanford.pm
index 39bea33..1444d51 100644
--- a/perl/Wallet/Policy/Stanford.pm
+++ b/perl/Wallet/Policy/Stanford.pm
@@ -69,6 +69,7 @@ our %FILE_TYPE = (
'ssh-dsa' => { host => 1 },
'ssh-rsa' => { host => 1 },
'ssl-key' => { host => 1, extra => 1 },
+ 'ssl-keypair' => { host => 1, extra => 1 },
'ssl-keystore' => { extra => 1 },
'ssl-pkcs12' => { extra => 1 },
'tivoli-key' => { host => 1 },