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 in PHPki Digital Certificate Authority