Skip to content

Losnia

Random tech stuff

  • Home
  • Portal
  • CV
  • Telegram
  • About

Tag: debian

bookmark_borderCreate a self-signed SSL certificate

Posted on 03/01/201430/08/2019 by Kael

# AS USER

openssl genrsa 2048 > server.key
openssl req -new -x509 -nodes -sha1 -days 365 -key server.key > server.crt
Posted in debian, sslTagged debian, sslLeave a Comment on Create a self-signed SSL certificate

Categories

  • debian
  • docker
  • iptables
  • javascript
  • mysql
  • php
  • powershell
  • python
  • security
  • ssl
  • steam
  • windows
  • wpf
  • wsl
  • xslt
keyboard_arrow_up
Theme: Noto Simple