Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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