Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CIP-Admins
tls-howto
Commits
1f3ff866
Commit
1f3ff866
authored
Apr 05, 2017
by
arw
Browse files
copy&paste-fehler behoben
parent
d9e67354
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
1f3ff866
...
...
@@ -46,13 +46,13 @@ Funktioniert:
### empfohlene Vorgehensweise:
```
bash
openssl rsa
-in
faui42
.key
-outform
der
-pubout
| openssl sha256
openssl rsa
-in
example.com
.key
-outform
der
-pubout
| openssl sha256
(
stdin
)=
3d17d0dd8541772799bc3a5faf32e812e0baafccf7c35d0447977217db21420f
```
resultierender Record:
```
_443._tcp.www.example.com. IN TLSA 1 1 1
a1895145a50e0941f88db075ea25af57204907537602df1f80f2584346c794ca
_443._tcp.www.example.com. IN TLSA 1 1 1
3d17d0dd8541772799bc3a5faf32e812e0baafccf7c35d0447977217db21420f
```
Erklaerung der Optionen siehe unten
...
...
Write
Preview
Supports
Markdown
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