Skip to content

Commit

Permalink
csr
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jul 16, 2023
1 parent 1e6cb73 commit 9d06b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csr.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule CSR do
def ca() do
ca_key = X509.PrivateKey.new_ec(:sect571r1)
{ca_key, X509.Certificate.self_signed(ca_key,
"/C=UA/L=Kyiv/O=SYNRC/CN=ECDSA SRC G-ROOT", template: :root_ca)}
"/C=UA/L=Kyiv/O=SYNRC/CN=CSR-CMP", template: :root_ca)}
end

def server(cn) do
Expand Down

0 comments on commit 9d06b70

Please sign in to comment.