diff options
author | Russ Allbery <rra@stanford.edu> | 2013-04-12 19:37:20 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-04-12 19:39:09 -0700 |
commit | d2f03f59eadbcc7c5368d1dd02f0e2eac94fa3ed (patch) | |
tree | b6a159a4546a081e29c5c88f66b706f265570ab0 /docs/stanford-naming | |
parent | d30091cd5148cd79f584d4448914da70b1b8592d (diff) |
Further clarify the ssl-key Stanford naming policy
Adam requested some clarification on whether the name of the object
should be fully-qualified or not (since we didn't in the legacy
naming scheme).
Change-Id: I52fcab71e54aee38f0c03eff774f927c5836ad03
Reviewed-on: https://gerrit.stanford.edu/1054
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'docs/stanford-naming')
-rw-r--r-- | docs/stanford-naming | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/stanford-naming b/docs/stanford-naming index 81c752c..fa42ee6 100644 --- a/docs/stanford-naming +++ b/docs/stanford-naming @@ -126,10 +126,13 @@ Object Naming for Apache, Postfix, LDAP, and similar cases where the certificate should match the host name. The public certificate we manage external to wallet since it doesn't need to be protected or - encrypted. <server> here should be the CN of the certificate, - which may be different than the hostname (for hosts with multiple - virtual hosts, for example, or because the certificate is for a - load-balanced name). + encrypted. <server> here should be the fully-qualified DNS name + from the CN of the certificate, which may be different than the + hostname (for hosts with multiple virtual hosts, for example, or + because the certificate is for a load-balanced name). For example, + ssl-key/ldap.stanford.edu for the X.509 private key for the + SSL certificate used across the ldap.stanford.edu load-balanced + pool. An optional <application> component may be added if there are multiple certificates with the same host name as the CN but with |