Hello Administracio de Sistema !
> The problem occurs when I try to send mail signed with my personal
> certificate created by SSLeay. The netscape browser says something like
> 'Operation not permited with this certificate'. (I'm not sure of the
> exact message in english because my browser is the espanish version).
>
> Here comes the information of my certificate:
>
> X509v3 extensions:
> Netscape CA Revocation Url:
> http://www.cryptsoft.com/ca-crl.pem
> Netscape Comment:
> Funcionament en proves.
> Netscape Cert Type:
> 0x40
Netscape Cert Type should be set to 0x20 for S/MIME Client Cert.
You can use the following settings for Netscape Cert Type (and
their combinations):
#nsCertType = 0x01 # Object Signing CA
#nsCertType = 0x02 # S/MIME CA
#nsCertType = 0x04 # SSL CA
#nsCertType = 0x08 # "reserved for future use"
#nsCertType = 0x10 # Object Signing (e.g. Java applets)
nsCertType = 0x20 # S/MIME for client use
#nsCertType = 0x40 # SSL Server
#nsCertType = 0x80 # SSL Client
For further information see
http://home.netscape.com/eng/security/certs.html
Lars <[EMAIL PROTECTED]>
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+