diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-02 22:55:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 22:55:47 +0200 |
commit | 1a3910c1e7597bbc0a560963097ee2ad0efec76d (patch) | |
tree | b86ab37fd7512899b7e76ff9fdfd1d5713f5dec4 /docs/vpn/site2site_ipsec.rst | |
parent | 542b5589862fd2b8cbae0668abd677be5a365bc8 (diff) | |
parent | cfcd0f040b3dfd2457fbe7f88c4df3f3c5683249 (diff) | |
download | vyos-documentation-1a3910c1e7597bbc0a560963097ee2ad0efec76d.tar.gz vyos-documentation-1a3910c1e7597bbc0a560963097ee2ad0efec76d.zip |
Merge pull request #122 from ramaxlo/typo-fix
Fix typos in pages
Diffstat (limited to 'docs/vpn/site2site_ipsec.rst')
-rw-r--r-- | docs/vpn/site2site_ipsec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vpn/site2site_ipsec.rst b/docs/vpn/site2site_ipsec.rst index 41115f8c..ac410d52 100644 --- a/docs/vpn/site2site_ipsec.rst +++ b/docs/vpn/site2site_ipsec.rst @@ -41,7 +41,7 @@ Each site-to-site peer has the next options: * ``cert-file`` - certificate file, which will be used for authenticating local router on remote peer; - * ``crl-file`` - file with the Certificate Revocation List. Using to check if a certificate for the remote peer is valid or revocated; + * ``crl-file`` - file with the Certificate Revocation List. Using to check if a certificate for the remote peer is valid or revoked; * ``key`` - a private key, which will be used for authenticating local router on remote peer: |