OpenSSL will allow you to look at it if it is installed on your system, using the OpenSSL x509 tool.
openssl x509 -in cerfile.cer -noout -text
The format of the .CER file might require that you specify a different encoding format to be explicitly called out.
openssl x509 -inform pem -in cerfile.cer -noout -text
or
openssl x509 -inform der -in cerfile.cer -noout -text
On Windows systems you can right click the .cer file and select Open. That will then let you view most of the meta data.
On Windows you run Windows certificate manager program using certmgr.msc command in the run window. Then you can import your certificates and view details.
Related Posts:
- How to generate a self-signed SSL certificate using OpenSSL?
- How to install OpenSSL in windows 10?
- SSL Error: unable to get local issuer certificate
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- Openssl : error “self signed certificate in certificate chain”
- How to convert .crt cetificate file to .pfx
- Convert a CERT/PEM certificate to a PFX certificate
- OpenSSL: PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: TRUSTED CERTIFICATE
- OpenSSL: unable to verify the first certificate for Experian URL
- SSL CA cert (path? access rights?)
- Server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
- What is a Pem file and how does it differ from other OpenSSL Generated Key File Formats?
- how to download the ssl certificate from a website?
- How to view all ssl certificates in a bundle?
- How do I convert a .cer certificate to .pem?
- Is it possible to generate RSA key without pass phrase?
- Should a wildcard SSL certificate secure both the root domain as well as the sub-domains?
- How to inspect remote SMTP server’s TLS certificate?
- Best location to keep SSL certificates and private keys on Ubuntu servers?
- Generating a self-signed cert with openssl that works in Chrome 58
- How can I convert MP3 file to a Base64 encoded string? [closed]
- What is a sanity test/check
- What is an instance variable in Java?
- Discord music bot not working
- Python Math – TypeError: ‘NoneType’ object is not subscriptable
- TCP vs UDP – What is a TCP connection? [duplicate]
- ssh : Permission denied (publickey,gssapi-with-mic)
- What is a Memory Heap?
- 403 Forbidden vs 401 Unauthorized HTTP responses
- Advanced AREL or just Rails Query for has_many through search by association
- “If not” condition statement in python
- How can I sort a dictionary by key?
- What does ERR_SPDY_PROTOCOL_ERROR mean in nginx?
- What is a bitmask and a mask?
- C++ code file extension? What is the difference between .cc and .cpp
- How to remove origin from git repository
- XPath contains(text(),’some string’) doesn’t work when used with node with more than one Text subnode
- Time Complexity of Prims Algorithm?
- Ping – Request timed out
- How do I remove version tracking from a project cloned from git?
- How do I correctly clean up a Python object?
- Convert .pem to .crt and .key
- What’s the difference between & and && in MATLAB?
- azure error 502 – Web server received an invalid response while acting as a gateway or proxy server
- What is a Ray ID (Cloudflare)?
- How do I get a list of built-in data sets in R?
- Verify return code: 20 when testing OpenSSL
- java.text.ParseException: Unparseable date
- Difference between .o and .ko file
- R error: all arguments must have the same length
- spring @sqlgroup with multiple datasource
- Alternative to ui-grid(doesn’t support angular2/4)
- Tool for drawing parse trees?
- How do I install the OpenSSL libraries on Ubuntu?
- How can I specify a display?
- Clearing localStorage in javascript?
- Search all the occurrences of a string in the entire project in Android Studio
- “docker build” requires exactly 1 argument(s)
- declaring a priority_queue in c++ with a custom comparator
- Android java.lang.IllegalStateException: Could not execute method of the activity
- R dates “origin” must be supplied
- How to one hot encode several categorical variables in R
- cannot load such file — bundler/setup (LoadError)
- Exception in thread “main” java.lang.reflect.InvocationTargetException
- “webxml attribute is required” error in Maven
- How can I change the color of my prompt in zsh (different from normal text)?
- urllib and “SSL: CERTIFICATE_VERIFY_FAILED” Error
- mkdir c++ function
- C’s printf and fprintf(stdout,) are not printing
- Enter PEM pass phrase when converting PKCS#12 certificate into PEM
- What’s the difference between SoftReference and WeakReference in Java?
- Identity matrix in Julia
- Letsencrypt renewal fails: Could not bind to IPv4 or IPv6.. Skipping
- ArrayList of int array in java
- What are the differences between Mustache.js and Handlebars.js?
- Vim Opening File E325 Attention Error
- Terminating app due to uncaught exception ‘NSUnknownKeyException’
- How to fix: fatal error: openssl/opensslv.h: No such file or directory in RedHat 7
- 2CHECKOUT ERROR CODE:PE102
- Rewrite the base-url for single posts
- How to parse wordpress options json
- A post has a js redirection script. How to not redirect its category?
- get_previous_post in same categories
- Cannot understand WordPress error message
- Add column(s) to post edit page
- How can i hide and display elements automatically?
- How to change the paginated posts link class?
- How use custom image size + ACF + background image
- Pass AJAX variable to PHP functions WordPress plugin
- Add query args if website open in mobile
- Ping a Specific Port
- How do I select which Apache MPM to use?
- What is this very short power cable called?
- How to use Let’s Encrypt DNS challenge validation?
- How do you validate fstab without rebooting?
- DNS – NSLOOKUP what is the meaning of the non-authoritative answer?
- Why can’t a CNAME record be used at the apex (aka root) of a domain?
- How can I upgrade to Java 1.8 on an Amazon Linux Server?
- What port should I open to allow remote desktop?