-
Notifications
You must be signed in to change notification settings - Fork 0
Adding SSL support for RabbitMq #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
closes #86 |
| public const string VirtualHost = "virtualHost"; | ||
| public const string BusSslEnabled = "sslEnabled"; | ||
| public const string BusSslServerName = "sslServerName"; | ||
| public const string BusSslCertPath = "sslCertPath"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Certificate instead of Cert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't change this as it's the value already existing in the xcApi file.
|
|
||
| public string SslServerName { get; set; } | ||
|
|
||
| public string SslCertPath { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Certificate
| Port, | ||
| SslEnabled, | ||
| SslServerName, | ||
| SslCertPath, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Certificate
No description provided.