diff options
| author | Russ Allbery <rra@stanford.edu> | 2008-12-15 21:02:21 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2008-12-15 21:02:21 +0000 | 
| commit | 275613620f2e634de22c398ce4c47fd27bba577b (patch) | |
| tree | b2d4dcb8a3d1ac0e90ef6539cd6ffe7e82da2dac | |
| parent | 5815c400799e9c0f9b2ed50736a2cb75cdebde0c (diff) | |
Add ssh key naming to the Stanford naming guide.
| -rw-r--r-- | docs/stanford-naming | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/docs/stanford-naming b/docs/stanford-naming index 45441c6..391440a 100644 --- a/docs/stanford-naming +++ b/docs/stanford-naming @@ -90,6 +90,13 @@ Object Naming          specific naming conventions, such as a password used to connect to          a remote ssh service. +    <group>-<server>-ssh-<type> + +        Stores the SSH private key for <server>.  For shared private keys +        across a pool, <server> should be the name of the pool, or +        possibly some unambiguous name for the set of systems.  <type> is +        the type of SSH key (RSA or DSA). +      <group>-<server>-ssl-key          Stores the SSL X.509 certificate private key for <server>.  Use | 
