[rs-commit] r162 - /mod_pkcs12/trunk/mod_pkcs12.c

rs-commit at redwax.eu rs-commit at redwax.eu
Sun Dec 8 15:35:26 CET 2019


Author: minfrin at redwax.eu
Date: Sun Dec  8 15:35:26 2019
New Revision: 162

Log:
Clarify the Pkcs12ParamNickname directive.

Modified:
    mod_pkcs12/trunk/mod_pkcs12.c

Modified: mod_pkcs12/trunk/mod_pkcs12.c
==============================================================================
--- mod_pkcs12/trunk/mod_pkcs12.c	(original)
+++ mod_pkcs12/trunk/mod_pkcs12.c	Sun Dec  8 15:35:26 2019
@@ -441,7 +441,7 @@
             "Set to the name of the request variable from the client containing the challenge password."),
     AP_INIT_TAKE1("Pkcs12ParamNickname",
             set_pkcs12_param_nickname, NULL, RSRC_CONF | ACCESS_CONF,
-            "Set to the name of the request variable from the client containing the certificaqte nickname."),
+            "Set to the name of the request variable from the client containing the certificate nickname. Overrides the Pkcs12Nickname directive."),
     AP_INIT_TAKE1("Pkcs12Location",
             set_location, NULL, RSRC_CONF | ACCESS_CONF,
             "Set to the location of the pkcs12 service."),



More information about the rs-commit mailing list