Development Skills
  • Development Skills
  • Server-side
    • Reverse SSH
    • Let's encrypt with Nginx
    • Miniconda
    • OpenSSL
    • Windows Skills
    • Crobtab
  • Set up Workspace
    • Setup basic environment
  • Bandit - Check your code's safeness
    • Introduction
    • Getting Started
    • Usage
    • Banditfile
    • Tailor-made testing
    • Tailor-made blacklist
    • Tailor-made formatter
    • Reference
Powered by GitBook
On this page
  • Generate cert and private key
  • Download OpenSSL for Windows
  1. Server-side

OpenSSL

PreviousMinicondaNextWindows Skills

Last updated 6 years ago

Generate cert and private key

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out certificate.pem

Download OpenSSL for Windows

Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions