ercgen

An X.509 certificate generation utility for Erlang in Rust NIF.

It use rcgen crate internally to provide X.509 certificate generation functionalities.

Usage

For Elixir, add ercgen as a dependency in your mix.exs:

defp deps do
  [{:ercgen, "~> 0.1.0"}]
end

For Erlang, add ercgen to your Erlang application's dependencies in your rebar.config:

{deps, [
  {ercgen, "0.1.0"}
]}.

Supported Versions

Features

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.