Skip to content

Commit

Permalink
Fix TOC of ipsec feature page
Browse files Browse the repository at this point in the history
Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Dec 14, 2023
1 parent 40891cb commit a083a48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions features/ipsec.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- vim-markdown-toc GFM -->

* [IPsec x509/PKI authentication example](#ipsec-x509pki-authentication-example)
* [IPsec x509/PKI authentication example](#ipsec-x509pki-authentication-example)
* [IPsec RSA authentication example](#ipsec-rsa-authentication-example)
* [IPsec PSK authentication example](#ipsec-psk-authentication-example)

<!-- vim-markdown-toc -->

#### IPsec x509/PKI authentication example
# IPsec x509/PKI authentication example

```yml
---
Expand All @@ -30,7 +30,7 @@ interfaces:
The PKI key should be imported by `ipsec import` command or other NSS tools.

### IPsec RSA authentication example
# IPsec RSA authentication example


```yml
Expand All @@ -55,7 +55,7 @@ interfaces:
The `rightrsasigkey` and `leftrsasigkey` could be retrieved by
`ipsec showhostkey --right --ckaid <CKAID>` command.

### IPsec PSK authentication example
# IPsec PSK authentication example

```yml
---
Expand Down

0 comments on commit a083a48

Please sign in to comment.