firefox/import/certificate

This commit is contained in:
Marc Beninca 2019-08-16 20:45:34 +02:00
parent ade34ef3bf
commit f03bd13114
3 changed files with 25 additions and 0 deletions

View file

@ -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

View 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;

View file

@ -0,0 +1,6 @@
FireFox
=======
.. toctree::
import_certificate_from_web_page