Skip to content

Instantly share code, notes, and snippets.

@daubac402
Last active August 21, 2023 10:04
Show Gist options
  • Save daubac402/ef28d54162f3315f76ef01ae287d4e2c to your computer and use it in GitHub Desktop.
Save daubac402/ef28d54162f3315f76ef01ae287d4e2c to your computer and use it in GitHub Desktop.
Convert .csr > .crt
openssl x509 -req -in your_file.csr -signkey your_file.key -out your_file.crt
@VanDerRomio
Copy link

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment