github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/tls/cert-info.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: TLS Cert Info'
     4  description: |
     5    This command displays relevant information that is contained within a
     6    certificate.
     7  ---
     8  
     9  # Command: nomad tls cert info
    10  
    11  Info is used to display relevant information that is contained within a provided
    12  certificate file.
    13  
    14  ## Usage
    15  
    16  ```plaintext
    17  nomad tls cert info <certificate file>
    18  ```
    19  
    20  ## Examples
    21  
    22  Display default certificate info:
    23  
    24  ```shell-session
    25  $ nomad tls cert info global-cli-nomad.pem
    26  Serial Number  307777061759235334129808343588809897525
    27  Issuer CN      Nomad Agent CA 314623649437549144006237783956683542664
    28  Common Name    CN=cli.global.nomad
    29  Expiry Date    2023-11-14 21:40:45 +0000 UTC
    30  DNS Names      [cli.global.nomad localhost]
    31  IP Addresses   []
    32  ```