-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathREADME
More file actions
43 lines (32 loc) · 1.02 KB
/
README
File metadata and controls
43 lines (32 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
LICENSE: GPLv2+, see COPYING
This package contains various tools to generate special DNS records
sshfp Generate RFC-4255 SSHFP DNS records from known_hosts
files or ssh-keyscan
tlsa Generate RFC-6698 TLSA DNS records via TLS
openpgpkey Generate RFC-7929 OPENPGPKEY DNS records using gpg
ipseckey Generate RFC-4025 IPSECKEY DNS records on Libreswan
IPsec servers
Authors:
Paul Wouters <pwouters@redhat.com> (sshfp, tlsa, openpgpkey, ipseckey)
Pieter Lexis <pieter.lexis@os3.nl> (tlsa)
Contributors:
Chrisopher Olah
James Brown
Patrick Uiterwijk
Gerald Turner
Ondřej Surý
Jan Vcelak
Dirk Stöcker
Frank Crawford
Bastian Germann
REQUIREMENTS:
python-dns http://www.dnspython.org/
python-gnupg http://pythonhosted.org/python-gnupg/
cryptography https://cryptography.io/
unbound-python http://www.unbound.net/
ssh-keygen from openssh
gpg from gnupg
NOTE: There is a another package called python-gnupg at
https://github.com/isislovecruft/python-gnupg that is
available on FreeBSD. This is NOT the same package and
will not work.