Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ntkme/certrdn
- Owner: ntkme
- License: lgpl-2.1
- Created: 2020-06-06T20:23:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T17:29:00.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:00:14.423Z (6 months ago)
- Topics: certificate, gnutls, x509
- Language: C
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```