https://bugs.koozali.org/show_bug.cgi?id=11438

Jean-Philippe Pialasse <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Jean-Philippe Pialasse <[email protected]> ---
not
reported by a french user in Forum
and I can confirm 
menu is not displaying

Download the static pre-shared key

Display the static pre-shared key       This key can be used with OpenVPN as a
standalone auth mecanism, or as an additionnal TLS authentication.


and if forcing
/phpki/ca/index.php?stage=display_takey
cat: /opt/phpki/phpki-store/CA/private/takey.pem: No such file or directory


this should help !!!
/etc/e-smith/templates/etc/php-fpm.d/www.conf/20pki

-  my $open_basedir        = "/opt/phpki:/var/lib/php/phpki:$include_path";
+  my $open_basedir        =
"/opt/phpki:/var/lib/php/phpki:/usr/sbin/openvpn:$include_path";


also I would do 
/opt/phpki/html/setup.php-presetup:
-            $cmd = "openvpn --genkey --secret '$configPrivate_dir/takey.pem'";
+            $cmd = "/usr/sbin/openvpn --genkey --secret
'$configPrivate_dir/takey.pem'";

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to