Skip to content

Commit b2c63bd

Browse files
authored
Support for ACME certificates (acme feature). (#528)
* Support for ACME certificates (acme feature). * Add comments to the ACME config file. * Add ACME notes to README. * Update crossterm dependency. * Update cosign-installer in workflows. * Add From impl to CommitHash. * Fix wasm32-unknown-unknown compilation. Need to ignore the FileLock type and file-guard dependency for wasm32. * Bump patch version of sos-sdk. * Update rapidoc crate and README. * Update tokio-rustls-acme to 0.4. * Improve SSL config, use enum. * Support setting bind address in config. * Update dependencies. * Bump patch version.
1 parent 0bfb25c commit b2c63bd

File tree

22 files changed

+556
-176
lines changed

22 files changed

+556
-176
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
arch: x86_64
7777

7878
- name: Install cosign
79-
uses: sigstore/cosign-installer@v3.5.0
79+
uses: sigstore/cosign-installer@v3.6.0
8080
- name: Check cosign install
8181
run: cosign version
8282

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
curl -OL https://releases.saveoursecrets.com/signing-key.pub
4545
- name: Install cosign
46-
uses: sigstore/cosign-installer@v3.5.0
46+
uses: sigstore/cosign-installer@v3.6.0
4747
- name: Check cosign install
4848
run: cosign version
4949
- name: Install release tools

0 commit comments

Comments
 (0)