Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntkme/certrdn

:lock: Get X.509 certificate's RDN (relative distinguished name) value by OID.
https://github.com/ntkme/certrdn

certificate gnutls x509

Last synced: 10 days ago
JSON representation

:lock: Get X.509 certificate's RDN (relative distinguished name) value by OID.

Awesome Lists containing this project

README

        

# certrdn

Get X.509 certificate's RDN (relative distinguished name) value by OID.

### Installation

``` sh
autoreconf -fiv && ./configure && make && make install
```

### Usage

```
Usage: certrdn oid [pem...]
```

```
$ certrdn 2.5.4.3 cert.pem
example.com
```