[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

Re: [Openvpn-users] RE: Request: --crl-verify in DER format


  • Subject: Re: [Openvpn-users] RE: Request: --crl-verify in DER format
  • From: Alon Bar-Lev <alon.barlev@xxxxxxxxx>
  • Date: Wed, 01 Feb 2006 17:15:30 +0200

yquenechdu@xxxxxxxxxxxx wrote:
Hi,

I would add following Jon, that to validate a CRL, the file must be
transformed into DER to analyze the ASN.1 contained in this one.
 Format PEM thus becomes useless. All CA of the market provide only DER.
this is the format by default for LCR,  it has yet only OpenSSL there to
use PEM in the LCR.

Cheers
Yannick Quenec'hdu
Linagora

I use the following:

if wget -q -k -O - http://xxxx/CAInfo/xxx.crl | openssl crl -inform DER > ${CRL}.new; then
mv ${CRL}.new ${CRL}
fi


Best Regards,
Alon Bar-Lev.

____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users


Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-02/msg00003.html on line 190

Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-02/msg00003.html on line 190