ssl_dir
Description
|
|
Type
|
String, read only
|
Note
|
By default this location is the path
"${HOME}/.mmssl" (on Unix systems) or
"%USERPROFILE%\.mmssl" (on Windows). Assuming the active restrictions do not prevent the operation, this directory will be created if it does not exist at the time of loading the module. It is also possible to select a different location by defining the environment variable
MOSEL_SSL
(in this case, the directory is not automatically created and must be available at loading time).
The configuration directory should contain the following entries:
Even if Mosel is run under restrictions, mmssl can still access its configuration directory for getting public keys stored under the pubkeys directory, read the file of trusted certificates ca-bundle.crt and load the private key personal.key to decrypt a document. However, the module requires explicit read access to use the private key personal.key for signing tasks and load the HTTPS server configuration (files server.key and server.crt). |
Module
|