# What is server.crt

**URL:** https://hub.mender.io/t/what-is-server-crt/6197
**Category:** General Discussions
**Created:** [September 13, 2023, 6:11am UTC](https://hub.mender.io/t/what-is-server-crt/6197 "2023-09-13T06:11:22Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![dellgreen](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/dellgreen/32/85_2.png) [@dellgreen](https://hub.mender.io/u/dellgreen)
#### Post date: [September 13, 2023, 8:27am UTC](https://hub.mender.io/t/what-is-server-crt/6197/2 "2023-09-13T08:27:22Z")

</div>

cert.crt and private.key in keys generated should be your server certificate and key. You can use openssl to view the certificate contents to ensure that the properties of the cert are correct for your server like DNS entries and common name etc.

`openssl x509 -in keys-generated/cert/cert.crt -text -noout`

---

_[View the full topic](https://hub.mender.io/t/what-is-server-crt/6197)._
