diff options
Diffstat (limited to 'doc/19.RPKI.CA.Configuration.CreatingRoot.md')
-rw-r--r-- | doc/19.RPKI.CA.Configuration.CreatingRoot.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/19.RPKI.CA.Configuration.CreatingRoot.md b/doc/19.RPKI.CA.Configuration.CreatingRoot.md index 4340369e..777cf6e0 100644 --- a/doc/19.RPKI.CA.Configuration.CreatingRoot.md +++ b/doc/19.RPKI.CA.Configuration.CreatingRoot.md @@ -1,9 +1,9 @@ # Creating an RPKI Root Certificate -rootd does not create RPKI root certificates automatically. If you're running -your own root, you have to do this yourself. The usual method of doing this is -to use the OpenSSL command line tool. The exact details will depend on which -resources you need to put in the root certificate, the URIs for your +[rootd][] does not create RPKI root certificates automatically. If you're +running your own root, you have to do this yourself. The usual method of doing +this is to use the OpenSSL command line tool. The exact details will depend on +which resources you need to put in the root certificate, the URIs for your publication server, and so forth, but the general form looks something like this: @@ -119,3 +119,5 @@ key to PKCS #1 format with a script like this: echo Converted mv root.key.new root.key fi + +[rootd]: 18.RPKI.CA.Configuration.rootd.md |