aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Bush <randy@psg.com>2017-05-15 09:33:39 +0900
committerRandy Bush <randy@psg.com>2017-05-15 09:33:39 +0900
commitf5ff11a9dc503446913c82814097fba6d395de6c (patch)
tree329feeb53cd0499d44aafdd127cc52f692a715fe
parent6f9e6ae980f50dcc67105eed2b6a8f589cb44de2 (diff)
instructions on renewing root cert
-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?