|
Monero
|
Variables | |
| const command_line::arg_descriptor< std::string > | arg_certificate_filename = {"certificate-filename", gencert::tr("Filename to save the certificate"), ""} |
| const command_line::arg_descriptor< std::string > | arg_private_key_filename = {"private-key-filename", gencert::tr("Filename to save the private key"), ""} |
| const command_line::arg_descriptor< std::string > | arg_passphrase = {"passphrase", gencert::tr("Passphrase with which to encrypt the private key"), ""} |
| const command_line::arg_descriptor< std::string > | arg_passphrase_file = {"passphrase-file", gencert::tr("File containing the passphrase with which to encrypt the private key"), ""} |
| const command_line::arg_descriptor< bool > | arg_prompt_for_passphrase = {"prompt-for-passphrase", gencert::tr("Prompt for a passphrase with which to encrypt the private key"), false} |
| const command_line::arg_descriptor<std::string> anonymous_namespace{gen_ssl_cert.cpp}::arg_certificate_filename = {"certificate-filename", gencert::tr("Filename to save the certificate"), ""} |
| const command_line::arg_descriptor<std::string> anonymous_namespace{gen_ssl_cert.cpp}::arg_passphrase = {"passphrase", gencert::tr("Passphrase with which to encrypt the private key"), ""} |
| const command_line::arg_descriptor<std::string> anonymous_namespace{gen_ssl_cert.cpp}::arg_passphrase_file = {"passphrase-file", gencert::tr("File containing the passphrase with which to encrypt the private key"), ""} |
| const command_line::arg_descriptor<std::string> anonymous_namespace{gen_ssl_cert.cpp}::arg_private_key_filename = {"private-key-filename", gencert::tr("Filename to save the private key"), ""} |
| const command_line::arg_descriptor<bool> anonymous_namespace{gen_ssl_cert.cpp}::arg_prompt_for_passphrase = {"prompt-for-passphrase", gencert::tr("Prompt for a passphrase with which to encrypt the private key"), false} |