Skip to content

DevBlog – How to solve everyday programming and administration problems

How to solve PHP, CSS, HTML problems, some administration tips about Linux, Apache, MySql and more…

Tag: certificate

Posted on 2017-02-012017-02-01

How to generate self signed wildcard ssl certificate

First genarate RSA private key.
Use 2048 bit or even better 4096 bit key
openssl genrsa 2048 > host.key

Now generate signing request.
enter *.domain.com for the Common Name
openssl req -new -x509 -nodes -sha256 -days 3650 -key host.key > host.crt
Continue reading “How to generate self signed wildcard ssl certificate”

Recent Posts

  • How to update PHP version
  • How to allow deal with SeLinux
  • How to customize ESXi iso image (how to add drivers)
  • How to merge a git branch into master
  • Node.js for begginers – installation

Categories

  • Administration
  • Linux
  • MySql/MariaDB
  • Programming
  • XenServer
Proudly powered by WordPress