Re: concatenate two CRL's

2011-11-15 Thread Olivier Sessink
; procedures). > > > On 11/15/2011 1:52 PM, Olivier Sessink wrote: >> >> Hi all, >> >> on various sources on the internet I found that it is possible to >> concatenate two X509 CRL's together. >> >> cat file1.pem file2.pem>  combined.pem >> &g

concatenate two CRL's

2011-11-15 Thread Olivier Sessink
Hi all, on various sources on the internet I found that it is possible to concatenate two X509 CRL's together. cat file1.pem file2.pem > combined.pem However, if I run openssl crl -in combined.pem -text -noout I see only the revoked certificates from file1.pem Is this not supported? Should I us