View Single Post
  #7 (permalink)  
Old 03-30-2007, 04:02 PM
htin htin is offline
Intermediate Member
 
Posts: 16
Default

I’m trying to create ca cert by following this link http://wiki.zimbra.com/index.php?tit...28as_zimbra.29. But why my data won’t change for ‘/C= /O= /OU=’. Here is result.

Code:
[zimbra@zimbra ~]$ zmcreatecert
** Importing CA

Certificate was added to keystore
** Creating keystore

** Creating server cert request

Generating a 1024 bit RSA private key
.++++++
..........................................++++++
unable to write 'random state'
writing new private key to '/opt/zimbra/ssl/ssl/server/server.key'
-----
** Signing cert request

Using configuration from /opt/zimbra/ssl/ssl/zmssl.cnf
Check that the request matches the signature
Signature ok
Certificate Details:
        Serial Number:
            11:75:29:08:97
        Validity
            Not Before: Mar 30 21:41:39 2007 GMT
            Not After : Mar 28 21:41:39 2012 GMT
        Subject:
            countryName               = CA
            stateOrProvinceName       = N/A
            organizationName          = Myorg Intl.
            organizationalUnitName    = Myorg
            commonName                = zimbra.myorg.com
        X509v3 extensions:
            X509v3 Basic Constraints:
            CA:FALSE
            Netscape Comment:
            OpenSSL Generated Certificate
            X509v3 Subject Key Identifier:
            C1:28:E7:0E:EF:04:2A:2E:C5:48:B4:E6:C8:DD:39:B1:A3:33:DD:A3
            X509v3 Authority Key Identifier:
            DirName:/C=CA/ST=N/A/L=N/A/O=Myorg Intl./OU=Myorg/CN=zimbra.myorg.com
            serial:00

            X509v3 Key Usage:
            Digital Signature, Non Repudiation, Key Encipherment
Certificate is to be certified until Mar 28 21:41:39 2012 GMT (1825 days)

Write out database with 1 new entries
Data Base Updated
unable to write 'random state'
Signature ok
subject=/C=US/ST=NA/L=NA/O=Zimbra/OU=Zimbra/CN=zimbra.myorg.com
Getting CA Private Key
unable to write 'random state'
Am I doing something wrong?
Thanks!
__________________
[Working together for better community]
Reply With Quote