Skip to content

Conversation

@raboof
Copy link
Member

@raboof raboof commented Nov 15, 2025

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

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
```
@raboof raboof requested a review from pjfanning November 18, 2025 14:27
Copy link
Member

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@raboof raboof merged commit 6428c93 into apache:main Nov 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants