Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-23T23:04:41.000Z (over 3 years ago)
- Last Synced: 2023-03-22T13:44:51.467Z (almost 2 years ago)
- Topics: openapi, openapi-specification, openapi3, reedelk, reedelk-integration-platform, rest, rest-api, restapi, restful-api, restful-web-api, restful-webservices
- Language: Java
- Size: 941 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
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