diff options
author | ouliuquan <ouliuquan@freeasm.com> | 2022-01-04 14:21:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 14:21:12 +0800 |
commit | 5765a7ce3a32c9a44768281a26d20cb030728b8b (patch) | |
tree | e91ff1f13724d465335a1fb97639c025d7458c66 /docs/configuration/protocols/rpki.rst | |
parent | cdc269b69f5dfbc732a9204424c6a65c3b3d38d3 (diff) | |
download | vyos-documentation-5765a7ce3a32c9a44768281a26d20cb030728b8b.tar.gz vyos-documentation-5765a7ce3a32c9a44768281a26d20cb030728b8b.zip |
Update rpki.rst
fix the missing "set" cmd
Diffstat (limited to 'docs/configuration/protocols/rpki.rst')
-rw-r--r-- | docs/configuration/protocols/rpki.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/configuration/protocols/rpki.rst b/docs/configuration/protocols/rpki.rst index 1aab0a3b..c67a08e3 100644 --- a/docs/configuration/protocols/rpki.rst +++ b/docs/configuration/protocols/rpki.rst @@ -103,20 +103,20 @@ In a nutshell, the current implementation provides the following features: Configuration ************* -.. cfgcmd:: protocols rpki polling-period <1-86400> +.. cfgcmd:: set protocols rpki polling-period <1-86400> Define the time interval to update the local cache The default value is 300 seconds. -.. cfgcmd:: protocols rpki cache <address> port <port> +.. cfgcmd:: set protocols rpki cache <address> port <port> Defined the IPv4, IPv6 or FQDN and port number of the caching RPKI caching instance which is used. This is a mandatory setting. -.. cfgcmd:: protocols rpki cache <address> preference <preference> +.. cfgcmd:: set protocols rpki cache <address> preference <preference> Multiple RPKI caching instances can be supplied and they need a preference in which their result sets are used. @@ -132,19 +132,19 @@ first need to create yoursels an SSH client keypair using ``generate ssh client-key /config/auth/id_rsa_rpki``. Once your key is created you can setup the connection. -.. cfgcmd:: protocols rpki cache <address> ssh username <user> +.. cfgcmd:: set protocols rpki cache <address> ssh username <user> SSH username to establish an SSH connection to the cache server. -.. cfgcmd:: protocols rpki cache <address> ssh known-hosts-file <filepath> +.. cfgcmd:: set protocols rpki cache <address> ssh known-hosts-file <filepath> Local path that includes the known hosts file. -.. cfgcmd:: protocols rpki cache <address> ssh private-key-file <filepath> +.. cfgcmd:: set protocols rpki cache <address> ssh private-key-file <filepath> Local path that includes the private key file of the router. -.. cfgcmd:: protocols rpki cache <address> ssh public-key-file <filepath +.. cfgcmd:: set protocols rpki cache <address> ssh public-key-file <filepath Local path that includes the public key file of the router. |