certificate,dispatch

This commit is contained in:
Marc Beninca 2019-08-27 20:27:03 +02:00
parent 92d9f0a03b
commit ef38484540
3 changed files with 675 additions and 630 deletions

View file

@ -0,0 +1,38 @@
Certificate
===========
Request
-------
.. code:: shell
echo -n "\
FR
Gironde
Bordeaux
Marc Beninca
.
rwx.work
marc@rwx.work
.
.
" \
| \
openssl \
req \
-new \
-utf8 \
-key "rwx.work.key" \
-out "rwx.work.csr" \
-addext "subjectAltName=DNS:*.rwx.work"
::
?
Certificate
-----------
::
?