diff options
author | showipintbri <40892800+showipintbri@users.noreply.github.com> | 2021-09-02 16:48:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 16:48:50 -0400 |
commit | b93df1e691563ff9ad29ccd448a9c677ba6a8b5c (patch) | |
tree | cbf1786576d77cdddbceec5b9d60e7db5d306d34 | |
parent | f00e744e0920eb79d08813a7db673007286e09ce (diff) | |
download | vyos-documentation-b93df1e691563ff9ad29ccd448a9c677ba6a8b5c.tar.gz vyos-documentation-b93df1e691563ff9ad29ccd448a9c677ba6a8b5c.zip |
Spelling Corrections
-rw-r--r-- | docs/configuration/service/https.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/service/https.rst b/docs/configuration/service/https.rst index 1f1e2aa9..a169e68e 100644 --- a/docs/configuration/service/https.rst +++ b/docs/configuration/service/https.rst @@ -78,7 +78,7 @@ Set an API-KEY is the minimal configuration to get a working API Endpoint. set service https api keys id MY-HTTPS-API-ID key MY-HTTPS-API-PLAINTEXT-KEY -To use this full configuration we asume a publice accessable hostname. +To use this full configuration we asume a public accessible hostname. .. code-block:: none @@ -88,4 +88,4 @@ To use this full configuration we asume a publice accessable hostname. set service https virtual-host rtr01 listen-address 198.51.100.2 set service https virtual-host rtr01 listen-port 11443 set service https virtual-host rtr01 server-name rtr01.example.com - set service https api-restrict virtual-host rtr01.example.com
\ No newline at end of file + set service https api-restrict virtual-host rtr01.example.com |