summaryrefslogtreecommitdiffstats
path: root/ilo/server.cnf
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-06-05 13:25:19 +0100
committerroot <root@lamia.panaceas.james.local>2015-06-05 13:25:19 +0100
commitf573795110f74db407558036699bb124900e5ccd (patch)
treec35a463e698d30f5e716d369c6502d4075e67532 /ilo/server.cnf
parent9859c681f2ead3daa03154d93363a3337da10887 (diff)
downloadinf-f573795110f74db407558036699bb124900e5ccd.tar.gz
inf-f573795110f74db407558036699bb124900e5ccd.tar.bz2
inf-f573795110f74db407558036699bb124900e5ccd.zip
add support for HP ilo remote consoles
Diffstat (limited to 'ilo/server.cnf')
-rw-r--r--ilo/server.cnf19
1 files changed, 19 insertions, 0 deletions
diff --git a/ilo/server.cnf b/ilo/server.cnf
new file mode 100644
index 0000000..fd38814
--- /dev/null
+++ b/ilo/server.cnf
@@ -0,0 +1,19 @@
+
+[req]
+distinguished_name = req_distinguished_name
+x509_extensions = v3_req
+prompt = no
+
+[ req_distinguished_name ]
+commonName = localhost
+
+[v3_req]
+subjectKeyIdentifier = hash
+authorityKeyIdentifier = keyid,issuer
+basicConstraints = CA:TRUE
+subjectAltName = @alt_names
+
+[alt_names]
+DNS.1 = localhost
+IP.1 = 127.0.0.1
+