Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Jun 29, 2024
1 parent 0ae1442 commit 4b19701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/site_encrypt.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ defmodule SiteEncrypt do
client: :native | :certbot,
backup: String.t() | nil,
callback: module,
key_size: pos_integer,
key_alg: :rsa | :ec,
key_size: pos_integer,
key_curve: String.t(),
periodic_offset: Certification.Periodic.offset()
}

Expand Down

0 comments on commit 4b19701

Please sign in to comment.