summaryrefslogtreecommitdiffstats
path: root/ilo5/server.cnf
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.panaceas.james.local>2021-08-31 17:48:59 +0100
committerroot <root@ka-ata-killa.panaceas.james.local>2021-08-31 17:50:15 +0100
commitb6ff4cb4dcc61cb069740b0f0e5098394b4a700d (patch)
tree5d62291df86e6ce1f64f5659eaf5ec759201c9c3 /ilo5/server.cnf
parente8417daed5461bda9fcce0a629bf7c831b070cda (diff)
downloadinf-b6ff4cb4dcc61cb069740b0f0e5098394b4a700d.tar.gz
inf-b6ff4cb4dcc61cb069740b0f0e5098394b4a700d.tar.bz2
inf-b6ff4cb4dcc61cb069740b0f0e5098394b4a700d.zip
add support for ilo5
(cherry picked from commit 860cff84e4bf068373819bc54bab098a64d3dccb)
Diffstat (limited to 'ilo5/server.cnf')
-rw-r--r--ilo5/server.cnf19
1 files changed, 19 insertions, 0 deletions
diff --git a/ilo5/server.cnf b/ilo5/server.cnf
new file mode 100644
index 0000000..fd38814
--- /dev/null
+++ b/ilo5/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
+