FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

openstack: Rename SSL options to TLS by dirkmueller · Pull Request #1994 · crowbar/crowbar-openstack · GitHub

openstack: Rename SSL options to TLS - #1994

Open
dirkmueller wants to merge 1 commit into
crowbar:masterfrom
dirkmueller:ssl_tls_rename
Open

openstack: Rename SSL options to TLS#1994
dirkmueller wants to merge 1 commit into
crowbar:masterfrom
dirkmueller:ssl_tls_rename

Conversation

Copy link
Copy Markdown
Contributor

SSL is really ancient term, we should use the more common
and modern TLS acronym instead.

SSL is really ancient term, we should use the more common
and modern TLS acronym instead.
ca_certs: 'SSL CA Certificates File'
certfile: 'Server X.509 Certificate (Public) File'
keyfile: 'Server X.509 Key (Private) File'
insecure: 'Skip Certificate Validation (self-signed/insecure) (for instance, self-signed)'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

self-signed is now twice in the text

ca_certs: 'SSL CA Certificates File'
certfile: 'Server X.509 Certificate (Public) File'
keyfile: 'Server X.509 Key (Private) File'
insecure: 'Skip Certificate Validation (self-signed/insecure) (for instance, self-signed)'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

same here

ca_certs: 'SSL CA Certificates File'
certfile: 'Server X.509 Certificate (Public) File'
keyfile: 'Server X.509 Key (Private) File'
insecure: 'Skip Certificate Validation (self-signed/insecure) (for instance, self-signed)'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

same here (I stop here todo that comment. seems to be in all places...)

certfile: 'Server X.509 Certificate (Public) File'
keyfile: 'Server X.509 Key (Private) File'
insecure: 'Skip Certificate Validation (self-signed/insecure) (for instance, self-signed)'
cert_required: 'Certificate Authority (CA) Bundle File Required'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Do you know what this option is actually good for? IIRC it was initially intendent for being able to verify client certificates. But we never set any option that does that, right?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL