diff options
author | Rob Austein <sra@hactrn.net> | 2012-11-08 21:32:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-11-08 21:32:36 +0000 |
commit | 8df7c42567e05b5446bcd3ab31b35342492b0ba4 (patch) | |
tree | ae5541939f58fab001d2d09fdc5f9fa154f7bd85 /doc/doc.RPKI.CA.Configuration.rootd | |
parent | ac5a75973d12500d4ba3adde71f557f74310c256 (diff) |
Merge from /trunk.
svn path=/branches/tk274/; revision=4817
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> |