diff options
author | Russ Allbery <rra@stanford.edu> | 2013-02-13 12:13:41 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-02-13 12:42:11 -0800 |
commit | 3733b1537c987a42e4c3f6b30f4ccfef378e7cfc (patch) | |
tree | b18612bc5190900810503d2f55a604bc95044050 /perl/t | |
parent | 4948053f7fd8a19f5c645d535ea3fa96f9539f4e (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/t')
-rwxr-xr-x | perl/t/stanford-naming.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl/t/stanford-naming.t b/perl/t/stanford-naming.t index 9473ed5..3b9ea60 100755 --- a/perl/t/stanford-naming.t +++ b/perl/t/stanford-naming.t @@ -16,7 +16,7 @@ use 5.008; use strict; use warnings; -use Test::More tests => 97; +use Test::More tests => 99; use lib 't/lib'; use Util; @@ -46,6 +46,8 @@ my @VALID_FILES = qw(htpasswd/example.stanford.edu/web ssh-rsa/example.stanford.edu ssl-key/example.stanford.edu ssl-key/example.stanford.edu/mysql + ssl-keypair/example.stanford.edu + ssl-keypair/example.stanford.edu/mysql tivoli-key/example.stanford.edu config/its-idg/example/foo db/its-idg/example/s_foo |