-
Hi!
I know this may be a nasty topic, but I just couldn't create a cert with my email. I have an x@y.info style mail which is rejected by:
include/my_functions.php:
---
#
# Returns TRUE if argument is in proper e-mail address format.
#
function is_email($v) {
return (eregi('^[^@ ]+\@[^@ ]+\.[A-Z]{2,3}$',$v) ? true : false);
}
----
if I understand it right it fails due to the tld...
2009-10-30 18:04:34 UTC by ThomasK
-
the function CA_create_cnf of openssl_functions.php creat a temporary openssl configuration file with no email_signing_ext section but email_codesigning_ext
I've join the corrected file.
2009-03-24 11:05:43 UTC by jgpinna
-
the script modifiy the phpkipassd file first and then create it
I've join the correct script.
2009-03-24 11:02:15 UTC by jgpinna
-
I think it's usefull to be able to generate certificate with a short validity period. I'd sometime use it if I want to grant VPN access to some external peaople for a short periode. The attached patch will add 3 Months and 6 Months.
2008-12-16 18:52:32 UTC by vip-ire
-
This patch allows you to display the DHparam file and the OpenVPN static key directly from the interface (it requires the patch to geenrate the OpenVPN static key).
I use it to configure quickly my OpenVPN daemon.
You can also download them.
2008-12-16 18:50:05 UTC by vip-ire
-
It's usefull to be able to display the root certificate in PEM format directly from the admin interface (so we can directly copy/past it). The attached patch will enable this feature.
2008-12-16 18:47:34 UTC by vip-ire
-
I think we should be able to sign certificates without downloading them right after. It can be usefull if we have a lot a certificates to generate. The attached patch will disable the downloads after the certificate is signed, and bring you back to the certificate request form.
2008-12-16 18:45:13 UTC by vip-ire
-
There's a problem with email/signing code certs. The problem is related to the extension name in openssl.conf file. The attached patch address the issue.
2008-12-16 18:41:54 UTC by vip-ire
-
The attached patch will create a static OpenVPN key at first setup, just after the dhparam. I think it can be usefull.
It requires OpenVPN to be installed.
2008-12-16 18:39:21 UTC by vip-ire
-
Here is a fix:
http://sourceforge.net/tracker/index.php?func=detail&aid=1992450&group_id=75973&atid=545639.
2008-06-12 21:44:47 UTC by matiasv