Skip to content

Commit

Permalink
A functional rustls-cert-gen with basic parameters. (#190)
Browse files Browse the repository at this point in the history
This is basically #185 minus #188 and #189. The structure also differs
as sub modules have been inlined in `main.rs` and `cert.rs`. `anyhow`
has also been added as a dependency to replace the `Result` alias.

Closes #175

---------

Co-authored-by: tbro <[email protected]>
  • Loading branch information
tbro and tbro authored Dec 20, 2023
1 parent 793122b commit 6637060
Show file tree
Hide file tree
Showing 9 changed files with 860 additions and 45 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
exclude: rustls-cert-gen

build-windows:
runs-on: windows-latest
Expand Down
Loading

0 comments on commit 6637060

Please sign in to comment.