-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINTERNALS.txt
More file actions
28 lines (22 loc) · 1.5 KB
/
Copy pathINTERNALS.txt
File metadata and controls
28 lines (22 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Certify internals guide, for plugin development
===============================================
Object Attribute Meaning Example(s)
CertifyHost Target values
ch.certhostname Subject of cert.
ch.section Config section name.
ch.hostname Should = section. DNS host to connect to.
ch.service Service name part of [host:service]
ch.prefix Inserted before "cert.pem" and "key.pem" http -> httpcert.pem
ch.owneruser Unix owner apache
ch.ownergroup Unix owner group web
ch.targetdir Target top level dir: /etc/grid-security
ch.svcprefix CN service prefix http (in CN: http/my.host.gov)
ch.commonname Derived value ("svcprefix/certhosename")
CertifyHost Local values:
workdir top-level local workdir ~/certificates
ch.temproot workdir for this host ~/certificates/my.host.gov/hostreq.pem
ch.tempreqfile ~/certificates/my.host.gov/hostkey.pem
ch.tempkeyfile
OSGAdmin values:
<svc>-<host>.pem Actual returned cert
<svc>-<host>-key.pem Actual returned key