diff options
author | Jon Robertson <jonrober@stanford.edu> | 2015-02-17 13:46:11 -0800 |
---|---|---|
committer | Jon Robertson <jonrober@stanford.edu> | 2015-06-08 15:24:34 -0700 |
commit | ed628d6c89d63fdcbf038ce19776e3047c1105e2 (patch) | |
tree | fb61167b10646d59a6a7987e66503e00b0b86183 /perl | |
parent | 956cc93882ebf1fa331a75abe8a85cdbcad64486 (diff) |
Added ssl-chain name prefix to Stanford policy
Added for SSL files including the root cert as well, used in splunk.
Change-Id: I1faaa840d309ae4370ae26da5b51c0cee84d7558
Diffstat (limited to 'perl')
-rw-r--r-- | perl/lib/Wallet/Policy/Stanford.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/lib/Wallet/Policy/Stanford.pm b/perl/lib/Wallet/Policy/Stanford.pm index 39a8174..362f098 100644 --- a/perl/lib/Wallet/Policy/Stanford.pm +++ b/perl/lib/Wallet/Policy/Stanford.pm @@ -68,6 +68,7 @@ our %FILE_TYPE = ( properties => { extra => 1 }, 'ssh-dsa' => { host => 1, extra => 1 }, 'ssh-rsa' => { host => 1, extra => 1 }, + 'ssl-chain' => { host => 1, extra => 1 }, 'ssl-key' => { host => 1, extra => 1 }, 'ssl-keypair' => { host => 1, extra => 1 }, 'ssl-keystore' => { extra => 1 }, |