Skip to content

Commit

Permalink
Add smime CA config option
Browse files Browse the repository at this point in the history
  • Loading branch information
duk3luk3 committed Nov 21, 2017
1 parent e9d95ca commit d803cdb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/enigma/config.inc.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ $config['enigma_attach_pubkey'] = false;
// When set to 0 passwords will be stored for the whole session.
$config['enigma_password_time'] = 5;

// Trusted Root CAs
// When this array is filled with root(!) CA files,
// enigma will first try to use these CAs to verify a signature.
// If this fails, verification with default system CAs will still be attempted,
// but lower trust will be signalled to user.
$config['enigma_smime_ca'] = array();

// With this option you can lock composing options
// of the plugin forcing the user to use configured settings.
// The array accepts: 'sign', 'encrypt', 'pubkey'.
Expand Down

0 comments on commit d803cdb

Please sign in to comment.