https://github.com/codecentric/reedelk-module-rest
Reedelk REST module
https://github.com/codecentric/reedelk-module-rest
openapi openapi-specification openapi3 reedelk reedelk-integration-platform rest rest-api restapi restful-api restful-web-api restful-webservices
Last synced: 3 days ago
JSON representation
Reedelk REST module
- Host: GitHub
- URL: https://github.com/codecentric/reedelk-module-rest
- Owner: codecentric
- License: apache-2.0
- Created: 2020-04-18T07:21:44.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-14T17:55:25.000Z (about 2 years ago)
- Last Synced: 2025-04-19T22:20:35.207Z (3 months ago)
- Topics: openapi, openapi-specification, openapi3, reedelk, reedelk-integration-platform, rest, rest-api, restapi, restful-api, restful-web-api, restful-webservices
- Language: Java
- Size: 918 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reedelk Module REST
REST components and connectors for Reedelk Integration Platform: https://www.reedelk.com/documentation
### Creating a test only SSL Certificate
* Create a certificate with SelfSignedCertificateBuilder
* cacerts file (stores the certificates) is in the Java Home (e.g /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/jre/lib/security)
* List certificates: keytool -list -keystore cacerts
* Delete certificate (by given alias): sudo keytool -delete -alias reedelktest -keystore cacerts
* Add certificate (with alias): sudo keytool -import -trustcacerts -file /Users/username/Desktop/mycert.crt -alias localhost -keystore cacerts