easy_ssl 0.0.1

this is a rust lib to create x509 ssl certificate and private key file via an api and can be used in other rust projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.openssl]
version = "0.10.26"

[package]
authors = ["gzbakku <gzbakku@gmail.com>"]
categories = ["cryptography", "api-bindings"]
description = "this is a rust lib to create x509 ssl certificate and private key file via an api and can be used in other rust projects."
edition = "2018"
homepage = "https://github.com/gzbakku/fdb/tree/master/cert"
keywords = ["ssl", "openssl", "certificate", "rsa", "generate"]
license = "MIT"
license-file = "License.md"
name = "easy_ssl"
readme = "README.md"
repository = "https://github.com/gzbakku/fdb/tree/master/cert"
version = "0.0.1"