certificate,dispatch
This commit is contained in:
parent
92d9f0a03b
commit
ef38484540
3 changed files with 675 additions and 630 deletions
38
docs/personal/server/certificate.rst
Normal file
38
docs/personal/server/certificate.rst
Normal 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
|
||||
-----------
|
||||
|
||||
::
|
||||
|
||||
?
|
Loading…
Add table
Add a link
Reference in a new issue