raboof opened a new pull request, #11: URL: https://github.com/apache/pekko-grpc-quickstart-java.g8/pull/11
since the old ones were expired ``` openssl genrsa -out ca.key 2048 openssl req -x509 -new -nodes -key ca.key -subj "/CN=pekko test ca/C=NL/L=OVERIJSSEL" -days 1825 -out ca.pem openssl genrsa -out server1.key 2048 openssl req -new -key server1.key -out server1.csr -subj "/C=NL/O=Pekko/OU=Testing/CN=test.pekko.apache.org" openssl x509 -req -days 36500 -in server1.csr -CA ca.pem -CAkey ca.key -out server1.pem rm ca.key server1.csr ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
