Adding "https://" to the name of the server on line 55

Related to an issue with a customer. Ticket https://rancher.zendesk.com/agent/tickets/12724
This commit is contained in:
vcasado
2021-04-06 14:06:06 +02:00
committed by GitHub
parent 76efcfa39c
commit 6569853369
@@ -52,5 +52,5 @@ After you complete [Configuring Microsoft AD FS for Rancher]({{<baseurl>}}/ranch
**Tip:** You can generate a certificate using an openssl command. For example:
```
openssl req -x509 -newkey rsa:2048 -keyout myservice.key -out myservice.cert -days 365 -nodes -subj "/CN=myservice.example.com"
```
openssl req -x509 -newkey rsa:2048 -keyout myservice.key -out myservice.cert -days 365 -nodes -subj "/CN=https://myservice.example.com"
```