Maddy: Difference between revisions

imported>Onny
Add instructions how to setup DANE
imported>Onny
mNo edit summary
Line 95: Line 95:
Using a TLSA (DANE) record is recommended to bind TLS-certificates to a server. You can generate the key using following command
Using a TLSA (DANE) record is recommended to bind TLS-certificates to a server. You can generate the key using following command
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
nix shell nixpkgs#hash-slinger --command tlsa --create faecherstadt-consulting.de
nix shell nixpkgs#hash-slinger --command tlsa --create example.org
</syntaxhighlight>
</syntaxhighlight>