Skip to content

Commit

Permalink
rm redundant char
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Daich <[email protected]>
  • Loading branch information
guydc committed Aug 12, 2024
1 parent 7e493b3 commit 5e88429
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/content/en/docs/tasks/security/backend-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subjectAltName = @alt_names
[alt_names]
DNS.1 = www.example.com
EOF
````
```

Then create a certificate using this openssl configuration file:

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/tasks/security/backend-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subjectAltName = @alt_names
[alt_names]
DNS.1 = www.example.com
EOF
````
```

Then create a certificate using this openssl configuration file:

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/v1.0/tasks/security/backend-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subjectAltName = @alt_names
[alt_names]
DNS.1 = www.example.com
EOF
````
```

Then create a certificate using this openssl configuration file:

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/v1.1/tasks/security/backend-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subjectAltName = @alt_names
[alt_names]
DNS.1 = www.example.com
EOF
````
```

Then create a certificate using this openssl configuration file:

Expand Down

0 comments on commit 5e88429

Please sign in to comment.