Commit Graph

3 Commits

Author SHA1 Message Date
Bastian Hofmann 11139f18c5 Fix openssl certificate generation command in ADFS docs
The CN must be a hostname without a protocol.

With the protocol the command even fails because of the missing escaping of the forward slashes:

openssl req -x509 -newkey rsa:2048 -keyout myservice.key -out myservice.cert -days 365 -nodes -subj '/CN=https://myservice.example.com'
Generating a 2048 bit RSA private key
..+++
...........................+++
writing new private key to 'myservice.key'
-----
end of string encountered while processing type of subject name element #1
problems making Certificate Request

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2021-05-20 15:50:53 +02:00
Catherine Luse bded51da29 Add change from PR #3163 to versioned docs 2021-04-08 16:19:38 -07:00
Catherine Luse 53cae4fdb7 Add documentation for separate Rancher versions 2021-02-01 14:04:37 -07:00