Skip to content

Commit

Permalink
cadc-cert-gen: document as obsolete and remove from github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Feb 22, 2024
1 parent 57f9ac9 commit b966319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: build and test cadc-cdp-server
run: cd cadc-cdp-server && ../gradlew --info clean build javadoc install

- name: build cadc-cert-gen
run: cd cadc-cert-gen && ../gradlew --info clean build
# - name: build cadc-cert-gen
# run: cd cadc-cert-gen && ../gradlew --info clean build

- name: build cred
run: cd cadc-cert-gen && ../gradlew --info clean build
run: cd cred && ../gradlew --info clean build

1 change: 1 addition & 0 deletions cadc-cert-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Simple tool to enable someone to use their cadc-cdp-server based CDP service as
provide local user certificates.

Known Issues:
- *currently broken and needs to be ported to bouncrycastle 1.70+*
- several hard-coded settings and behaviours make this unusable until some refactoring is done
- shares knowledge of back-end DB implementation used in cadc-cdp-server to query the RDBMS table
to find expiring certificates
Expand Down

0 comments on commit b966319

Please sign in to comment.