Difference between revisions of ".cer"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  line:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl- 75/libressl-2.8/crypto/pem/pem_lib.c:684:Expecting: TRUSTED CERTIFICATE
 
  line:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl- 75/libressl-2.8/crypto/pem/pem_lib.c:684:Expecting: TRUSTED CERTIFICATE
  
 +
Solution, try:
 
  openssl x509 -inform [[der]] -in cerfile.cer -noout -text
 
  openssl x509 -inform [[der]] -in cerfile.cer -noout -text
 +
openssl x509 -inform [[pem]] -in cerfile.cer -noout -text
  
 
== Related terms ==
 
== Related terms ==

Revision as of 11:03, 21 February 2022

This article is a Draft. Help us to complete it.
  • .cer

To view .cer files:

openssl x509 -in cerfile.cer -noout -text
unable to load certificate
1232435:error:09FFF06C:PEM routines:CRYPTO_internal:no start 
line:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl- 75/libressl-2.8/crypto/pem/pem_lib.c:684:Expecting: TRUSTED CERTIFICATE

Solution, try:

openssl x509 -inform der -in cerfile.cer -noout -text
openssl x509 -inform pem -in cerfile.cer -noout -text

Related terms

See also

Advertising: