Commit ea206b6d authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'doc/issue_276199_3_PKCS' into 'master'

Fix up the docs warning detected by the vale Acronym rule

See merge request gitlab-org/gitlab!70954
parents 182ea073 db12b147
......@@ -116,6 +116,7 @@ exceptions:
- PEM
- PEP
- PGP
- PKCS
- PHP
- PNG
- POSIX
......
......@@ -69,16 +69,16 @@ The key needs to be readable by the GitLab system user (`git` by default).
The key needs to be readable by the GitLab system user (`git` by default).
### How to convert S/MIME PKCS#12 / PFX format to PEM encoding
### How to convert S/MIME PKCS #12 / PFX format to PEM encoding
Typically S/MIME certificates are handled in binary PKCS#12 format (`.pfx` or `.p12`
Typically S/MIME certificates are handled in binary PKCS #12 format (`.pfx` or `.p12`
extensions), which contain the following in a single encrypted file:
- Public certificate
- Intermediate certificates (if any)
- Private key
To export the required files in PEM encoding from the PKCS#12 file, the
To export the required files in PEM encoding from the PKCS #12 file, the
`openssl` command can be used:
```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment