We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running Nginx-Proxy-Manager with custom SSL-Certificates, the private key is shon on INFO Loglevel: • 02.11.2022 12:54:35 certificate_key: '-----BEGIN PRIVATE KEY-----\n' + • 02.11.2022 12:54:35 'MIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQDDU8r9BQ0B7HVn\n' + • 02.11.2022 12:54:35 'OPxc00Sw8AR25oC9/sYeE3C+ZahjUihjuFWZQaL2yObxfbSnKozZtys0XzFuAFFN\n' + • 02.11.2022 12:54:35 'y4aeZnoJRRZu6GBHyRSHZ2s4gzlUQyXwW0fhYQnp0LyxJDJW3Hmbtdj6hcNE6e5R\n' + • 02.11.2022 12:54:35 'PCka1n14jPzbrprg7j6tXr4tGxHkh9q7L+zvIuTz2BqvAuePZuWlbsP+4vqxGEv7\n' +
Private keys of SSL Certificates should only be displayed in DEBUG Loglevel
The text was updated successfully, but these errors were encountered:
Issue is now considered stale. If you want to keep it open, please comment 👍
Sorry, something went wrong.
Issue was closed due to inactivity.
No branches or pull requests
When running Nginx-Proxy-Manager with custom SSL-Certificates, the private key is shon on INFO Loglevel:
• 02.11.2022 12:54:35
certificate_key: '-----BEGIN PRIVATE KEY-----\n' +
• 02.11.2022 12:54:35
'MIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQDDU8r9BQ0B7HVn\n' +
• 02.11.2022 12:54:35
'OPxc00Sw8AR25oC9/sYeE3C+ZahjUihjuFWZQaL2yObxfbSnKozZtys0XzFuAFFN\n' +
• 02.11.2022 12:54:35
'y4aeZnoJRRZu6GBHyRSHZ2s4gzlUQyXwW0fhYQnp0LyxJDJW3Hmbtdj6hcNE6e5R\n' +
• 02.11.2022 12:54:35
'PCka1n14jPzbrprg7j6tXr4tGxHkh9q7L+zvIuTz2BqvAuePZuWlbsP+4vqxGEv7\n' +
Private keys of SSL Certificates should only be displayed in DEBUG Loglevel
The text was updated successfully, but these errors were encountered: