Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tls-howto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Schmaus
tls-howto
Commits
854bcdb2
Commit
854bcdb2
authored
5 years ago
by
Florian Schmaus
Browse files
Options
Downloads
Patches
Plain Diff
Add some comments to openssl commands in README.md
parent
611fe254
Branches
fixes
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-0
5 additions, 0 deletions
README.md
with
5 additions
and
0 deletions
README.md
+
5
−
0
View file @
854bcdb2
...
@@ -10,14 +10,19 @@ cd $TARGET
...
@@ -10,14 +10,19 @@ cd $TARGET
vim
${
TARGET
}
.cnf
vim
${
TARGET
}
.cnf
# alle FIXME-Zeilen suchen und anpassen
# alle FIXME-Zeilen suchen und anpassen
# Das X.509 Schlüsselpaar erstellen.
openssl genrsa
-out
${
TARGET
}
.key 4096
openssl genrsa
-out
${
TARGET
}
.key 4096
# Certificate Signing Request (CSR) erstellen.
openssl req
-new
-sha512
-key
${
TARGET
}
.key
-config
${
TARGET
}
.cnf
-out
${
TARGET
}
.csr
openssl req
-new
-sha512
-key
${
TARGET
}
.key
-config
${
TARGET
}
.cnf
-out
${
TARGET
}
.csr
openssl req
-noout
-text
-in
${
TARGET
}
.csr | less
openssl req
-noout
-text
-in
${
TARGET
}
.csr | less
# nachschauen ob da alle alternativeNames richtig drinstehen, ob hash sha512 ist und ob 4096 bit schluessellaenge sind
# nachschauen ob da alle alternativeNames richtig drinstehen, ob hash sha512 ist und ob 4096 bit schluessellaenge sind
# "PIN" auswürfeln.
pwgen
-s
15 |
tee
${
TARGET
}
.pin
pwgen
-s
15 |
tee
${
TARGET
}
.pin
# .key geheimhalten und auf dem Webserver installieren
# .key geheimhalten und auf dem Webserver installieren
# .csr auf der Rechenzentrums-CA-Webseite hochladen, PIN angeben (wird fuer Widerruf gebraucht)
# .csr auf der Rechenzentrums-CA-Webseite hochladen, PIN angeben (wird fuer Widerruf gebraucht)
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment