diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-08 20:04:35 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-08 20:04:35 +0000 |
commit | 5d67c32912c62015cf99201eafec67c5c00719ad (patch) | |
tree | c4ec0e2e181e671bd882d8b04df259887ef8eaa6 /doc/doc.RPKI.CA.UI.GUI | |
parent | 5bfaa95b9c6a076bbe16966bb77c4dd42ddc5039 (diff) |
Pull from trunk.
svn path=/branches/tk377/; revision=4960
Diffstat (limited to 'doc/doc.RPKI.CA.UI.GUI')
-rw-r--r-- | doc/doc.RPKI.CA.UI.GUI | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/doc.RPKI.CA.UI.GUI b/doc/doc.RPKI.CA.UI.GUI index 89df1d0a..4b887e60 100644 --- a/doc/doc.RPKI.CA.UI.GUI +++ b/doc/doc.RPKI.CA.UI.GUI @@ -120,6 +120,18 @@ In addition, your rcynic script should also have after the rcynic run. +****** Expiration Checking ****** + +The web portal can notify users when it detects that RPKI certificates will +expire in the near future. Run the following script as a cron job, perhaps once +a night: + + /usr/local/sbin/rpkigui-check-expired + +By default it will warn of expiration 14 days in advance, but this may be +changed by using the -t command line option and specifying how many days in +advance to check. + ****** Using the GUI ****** ****** GUI Examples ****** |