aboutsummaryrefslogtreecommitdiff
path: root/doc/quickstart/xenial-ca.md
diff options
context:
space:
mode:
authorRandy Bush <randy@psg.com>2017-05-15 09:33:39 +0900
committerRandy Bush <randy@psg.com>2017-10-17 14:31:21 -0700
commitd0d9eaa9e5c35da5cb599d148e557115f5b768b4 (patch)
treeaea01cd3d8acd0faabd15e299490466d55d535aa /doc/quickstart/xenial-ca.md
parent6f9e6ae980f50dcc67105eed2b6a8f589cb44de2 (diff)
instructions on renewing root cert
Diffstat (limited to 'doc/quickstart/xenial-ca.md')
-rw-r--r--doc/quickstart/xenial-ca.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/quickstart/xenial-ca.md b/doc/quickstart/xenial-ca.md
index d1975def..4a4c542b 100644
--- a/doc/quickstart/xenial-ca.md
+++ b/doc/quickstart/xenial-ca.md
@@ -474,3 +474,17 @@ There are other tools which will let you examine the ASN.1 if you have
some reason to do so, but in this case it's not all that interesting,
any valid RPKI root key will have identical values for all but one
field of the ASN.1, and that field is a 2048-bit hexadecimal integer.
+
+## Renewing the Root Certificate
+
+By default, the root certificate has a one year expiration. The
+software does not refresh the copy on disk automatically. Therefore it
+would be good to put in a cron job something such as the following:
+
+```
+$ rpkic extract_root_certificate --output_file /usr/share/rpki/tal/root.cer
+```
+
+Note that the directory and filename will likely need to be adjusted for
+your configuration. What does the TAL you publish say the filename and
+location are?