firefox/import/certificate
This commit is contained in:
parent
ade34ef3bf
commit
f03bd13114
3 changed files with 25 additions and 0 deletions
|
@ -4,6 +4,7 @@ RTFD
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
public/firefox/index
|
||||||
public/archives/index
|
public/archives/index
|
||||||
public/code/index
|
public/code/index
|
||||||
public/containers/index
|
public/containers/index
|
||||||
|
|
18
in/public/firefox/import_certificate_from_web_page.rst
Normal file
18
in/public/firefox/import_certificate_from_web_page.rst
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
Import certificate from web page
|
||||||
|
================================
|
||||||
|
|
||||||
|
Set the web server's MIME types
|
||||||
|
|
||||||
|
CA certificate
|
||||||
|
--------------
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
application/x-x509-ca-cert crt der pem;
|
||||||
|
|
||||||
|
Client certificate
|
||||||
|
------------------
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
application/x-x509-user-cert p12 pfx;
|
6
in/public/firefox/index.rst
Normal file
6
in/public/firefox/index.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FireFox
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
import_certificate_from_web_page
|
Loading…
Reference in a new issue