From 36fce827247edd0b4b4ffbb49c31884b92e22402 Mon Sep 17 00:00:00 2001 From: RPKI Documentation Robot Date: Wed, 7 Nov 2012 14:00:10 +0000 Subject: Automatic pull of documentation from Wiki. svn path=/trunk/; revision=4804 --- doc/doc.RPKI.CA.Configuration.rootd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/doc.RPKI.CA.Configuration.rootd') diff --git a/doc/doc.RPKI.CA.Configuration.rootd b/doc/doc.RPKI.CA.Configuration.rootd index 4926847b..5af8e53a 100644 --- a/doc/doc.RPKI.CA.Configuration.rootd +++ b/doc/doc.RPKI.CA.Configuration.rootd @@ -143,3 +143,10 @@ generate a root certificate as follows: -signkey root.key -in root.req \ -outform DER -out root.cer \ -extfile root.conf -extensions x509v3_extensions + +And, if you need the text output to create a TAL, then + + $ openssl x509 -in root.cer -inform DER -text + +grab the hex between the BEGIN and END lines, and stick an rsync URL on the +front of it. -- cgit v1.2.3 From 9d71191c65425978413111d8196da4ba8205e359 Mon Sep 17 00:00:00 2001 From: RPKI Documentation Robot Date: Wed, 7 Nov 2012 15:00:11 +0000 Subject: Automatic pull of documentation from Wiki. svn path=/trunk/; revision=4805 --- doc/doc.RPKI.CA.Configuration.rootd | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/doc.RPKI.CA.Configuration.rootd') diff --git a/doc/doc.RPKI.CA.Configuration.rootd b/doc/doc.RPKI.CA.Configuration.rootd index 5af8e53a..4926847b 100644 --- a/doc/doc.RPKI.CA.Configuration.rootd +++ b/doc/doc.RPKI.CA.Configuration.rootd @@ -143,10 +143,3 @@ generate a root certificate as follows: -signkey root.key -in root.req \ -outform DER -out root.cer \ -extfile root.conf -extensions x509v3_extensions - -And, if you need the text output to create a TAL, then - - $ openssl x509 -in root.cer -inform DER -text - -grab the hex between the BEGIN and END lines, and stick an rsync URL on the -front of it. -- cgit v1.2.3 From e41f13b1bc97a2e269b08847019038d58c3da0d9 Mon Sep 17 00:00:00 2001 From: RPKI Documentation Robot Date: Thu, 8 Nov 2012 00:00:23 +0000 Subject: Automatic pull of documentation from Wiki. svn path=/trunk/; revision=4808 --- doc/doc.RPKI.CA.Configuration.rootd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/doc.RPKI.CA.Configuration.rootd') 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 -- cgit v1.2.3 From 9a9ddea7d897912fa2b3c35b9ffdae0fdf26fc18 Mon Sep 17 00:00:00 2001 From: RPKI Documentation Robot Date: Fri, 9 Nov 2012 01:00:16 +0000 Subject: Automatic pull of documentation from Wiki. svn path=/trunk/; revision=4820 --- doc/doc.RPKI.CA.Configuration.rootd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/doc.RPKI.CA.Configuration.rootd') diff --git a/doc/doc.RPKI.CA.Configuration.rootd b/doc/doc.RPKI.CA.Configuration.rootd index faccef07..678e2edf 100644 --- a/doc/doc.RPKI.CA.Configuration.rootd +++ b/doc/doc.RPKI.CA.Configuration.rootd @@ -144,6 +144,12 @@ generate a root certificate as follows: -outform DER -out root.cer \ -extfile root.conf -extensions x509v3_extensions +The generated root.cer must be copied to the publication directory as defined +in rpki.conf, + + rpki-root-cert = ${myrpki::publication_base_directory}/ + root.cer + To create a TAL format trust anchor locator use $ $top/rcynic/make-tal.sh -- cgit v1.2.3