-
Notifications
You must be signed in to change notification settings - Fork 32
GH-623 Disable fixed public key on the command line #680
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
| ), | ||
| ("scan-intervals", "555|555|555", Configured), | ||
| ("scans", "off", Configured), | ||
| ("scans", "on", Configured), |
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.
Wups. The default for scans is on, not off. Correction here.
| configure_database(&unprivileged_config, persistent_config.as_mut())?; | ||
| let cryptde_pair = if multi_config.occurrences_of("fake-public-key") == 0 { | ||
| configure_cryptdes( | ||
| None, |
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.
This is a new parameter. Some(true) for new-public-key on, Some(false) for new-public-key off, and None for no mention of new-public-key.
No description provided.