diff options
Diffstat (limited to 'doc/doc.RPKI.CA.Configuration.rootd')
-rw-r--r-- | doc/doc.RPKI.CA.Configuration.rootd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc.RPKI.CA.Configuration.rootd b/doc/doc.RPKI.CA.Configuration.rootd index 4926847b..faccef07 100644 --- a/doc/doc.RPKI.CA.Configuration.rootd +++ b/doc/doc.RPKI.CA.Configuration.rootd @@ -143,3 +143,7 @@ generate a root certificate as follows: -signkey root.key -in root.req \ -outform DER -out root.cer \ -extfile root.conf -extensions x509v3_extensions + +To create a TAL format trust anchor locator use + + $ $top/rcynic/make-tal.sh <rsync URI of root.cer> <local copy of root.cer> |