0.4.1 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseRun a local Let's Encrypt Acme verifier.
This was heavily influence by site_encrypt from Saša Jurić which provides integrated certificate renewal within your Phoenix app.
To run the server, you can use mix
mix acme.server --port <4002>
Or, you can start the server from iex (for example) using
iex -S mix
Erlang/OTP 20 [erts-9.3.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Interactive Elixir (1.6.5) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> AcmeEx.Standalone.start_link()
{:ok, #PID<0.198.0>}
To supervise this server, you can add it to your supervised children by calling,
AcmeEx.Standalone.child_spec(opts)
Or, you can add the children specs directly to your supervisor
AcmeEx.Standalone.children_specs(opts)
@deps [
acme_ex: "~> 0.4.0"
]
Source code is licensed under MIT
Created: 2018-05-26Z