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

gen new ftp cert #631

Merged
merged 1 commit into from
Apr 25, 2024
Merged

gen new ftp cert #631

merged 1 commit into from
Apr 25, 2024

Conversation

pjfanning
Copy link
Contributor

@pjfanning pjfanning commented Apr 25, 2024

#627

For future reference - to gen the cert

  • I copied the private key from the pure-ftpd.pem into a temporary x.pem
  • I ran openssl req -new -x509 -key x.pem -out certificate.cer -days 1825
  • I replaced the cert part of pure-ftpd.pem with the contents of certificate.cer
  • I removed the x.pem and certificate.cer

The certificate has an expiry date while the private key in this case does not appear to (at least, it wasn't the private key that caused the test issues this time).

@raboof
Copy link
Member

raboof commented Apr 25, 2024

MqttFlowTest failure seems to be #468

Copy link
Member

@raboof raboof left a comment

Choose a reason for hiding this comment

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

Thanks!

(re-ran mqtt-streaming test)

@raboof raboof merged commit 205f123 into apache:main Apr 25, 2024
50 checks passed
@pjfanning pjfanning deleted the new-ftp-cert branch April 25, 2024 14:00
pjfanning added a commit to pjfanning/incubator-pekko-connectors that referenced this pull request Apr 25, 2024
pjfanning added a commit that referenced this pull request Apr 25, 2024
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.

None yet

2 participants