Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
db12b147
Commit
db12b147
authored
Sep 23, 2021
by
Siddharth Asthana
Committed by
Marcel Amirault
Sep 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up the docs warning detected by the vale Acronym rule
parent
47d507c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
doc/.vale/gitlab/Acronyms.yml
doc/.vale/gitlab/Acronyms.yml
+1
-0
doc/administration/smime_signing_email.md
doc/administration/smime_signing_email.md
+3
-3
No files found.
doc/.vale/gitlab/Acronyms.yml
View file @
db12b147
...
...
@@ -116,6 +116,7 @@ exceptions:
-
PEM
-
PEP
-
PGP
-
PKCS
-
PHP
-
PNG
-
POSIX
...
...
doc/administration/smime_signing_email.md
View file @
db12b147
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment