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: ...@@ -116,6 +116,7 @@ exceptions:
- PEM - PEM
- PEP - PEP
- PGP - PGP
- PKCS
- PHP - PHP
- PNG - PNG
- POSIX - POSIX
......
...@@ -69,16 +69,16 @@ The key needs to be readable by the GitLab system user (`git` by default). ...@@ -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). 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: extensions), which contain the following in a single encrypted file:
- Public certificate - Public certificate
- Intermediate certificates (if any) - Intermediate certificates (if any)
- Private key - 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: `openssl` command can be used:
```shell ```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