when I export a operator' certificate,following error araised.
I have tried to execute the same command in the terminal,the
error is same.
is it a bug of openssl?
package: openssl-SNAP-20011028
OpenCA-SNAP-20011030
platform:RH7.1
*********************************************
[root@ca_server bin]# ./openca-browserexp
Enter the openssl command path (/usr/bin/openssl):
Enter the basedir for your CA [/usr/local/OpenCA ] :
## Issued Certificates## ===================
SERIAL Description
01 certificate
02 certificate
Enter the Certificate Serial Number (full): 02
Generating PKCS#12 (02) ...
Enter Export Password:
Verifying - Enter Export Password:
./openca-browserexp: line 52: 1847 Segmentation fault (core
dumped)
$openssl pkcs12 -export -in $cert -inkey $key -out $p12
Done.
Done (/usr/local/OpenCA/p12/browser_02.p12).
*******************************************************