This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch release/3.0
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/release/3.0 by this push:
new 4d03794f6 docs: update standalone docs for change in SSL parameter
(#8242) (#8599)
4d03794f6 is described below
commit 4d03794f669e3bd101b9ca242c2d2db404a0a372
Author: chengxiaolan <[email protected]>
AuthorDate: Thu Jan 5 13:58:01 2023 +0800
docs: update standalone docs for change in SSL parameter (#8242) (#8599)
Co-authored-by: Adam McKay <[email protected]>
---
docs/en/latest/stand-alone.md | 2 +-
docs/zh/latest/stand-alone.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/stand-alone.md b/docs/en/latest/stand-alone.md
index c08ce9632..6779f3c78 100644
--- a/docs/en/latest/stand-alone.md
+++ b/docs/en/latest/stand-alone.md
@@ -169,7 +169,7 @@ plugins:
### How to enable SSL
```yml
-ssl:
+ssls:
-
cert: |
-----BEGIN CERTIFICATE-----
diff --git a/docs/zh/latest/stand-alone.md b/docs/zh/latest/stand-alone.md
index 9abbe20d6..961d68a9a 100644
--- a/docs/zh/latest/stand-alone.md
+++ b/docs/zh/latest/stand-alone.md
@@ -167,7 +167,7 @@ plugins:
### 启用 SSL
```yml
-ssl:
+ssls:
-
cert: |
-----BEGIN CERTIFICATE-----