Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update developers documentation about how to self-generate certificates locally [low] #192

Closed
SebastianOpriel opened this issue Apr 19, 2024 · 2 comments · Fixed by #323
Closed
Assignees
Labels
task/documentation Improvements or additions to documentation

Comments

@SebastianOpriel
Copy link
Member

SebastianOpriel commented Apr 19, 2024

Add to developers/testers documentation how to generate a certificate locally:
Prerequisite

  • Linux Shell
  • openssl and keytool installed
$ openssl req -x509 -newkey rsa:2048 -keyout key.pem -out connector-certificate.crt -nodes -days 1825
$ openssl pkcs12 -export -in connector-certificate.crt -inkey key.pem -out connector-certificate.p12
$ keytool -importkeystore -srckeystore connector-certificate.p12 -srcstoretype pkcs12 -destkeystore connector-certificate.jks
@SebastianOpriel SebastianOpriel added the task/documentation Improvements or additions to documentation label Apr 19, 2024
@SebastianOpriel SebastianOpriel changed the title Update developers documentation about how to self-generate certificates locally Update developers documentation about how to self-generate certificates locally [low] Apr 19, 2024
@jridderbusch
Copy link
Contributor

@SebastianOpriel Are you talking about the main README.md or where would you put it?

@SebastianOpriel
Copy link
Member Author

You can decide where to put it. It shall be some developer related doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants