• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Kloxo Next Generation

Kloxo Next Generation Community

The Next Generation of Kloxo
  • Home
  • How can you help
  • Join the Community
  • Developer Resources
  • Forums
    • Registration
  • News

Building default.ca and default.crt

Forums › KloxoNG Development › Building default.ca and default.crt

Tagged: Certificates

  • This topic has 0 replies, 1 voice, and was last updated 1 year, 2 months ago by John Pierce.
Viewing 0 reply threads
  • Author
    Posts
    • January 6, 2020 at 12:50 am #185
      John Pierce
      Keymaster

      Kloxo comes with a bundle of self-signed certificates. These are the commands I used to build these certificates.

      openssl genrsa -out default.key 2048

      openssl req -new -x509 -days 3650 -key default.key -out default.ca

      openssl x509 -in default.ca -text -noout

      openssl req -new -days 3650 -key default.key -out default.csr

      openssl req -in default.csr -noout -text

      openssl x509 -req -days 3650 -in default.csr -CA default.ca -CAkey default.key -CAcreateserial -out default.crt

      openssl verify -CAfile default.ca default.crt

      To make default.pem – copy default.ca, default.crt and default.key into a single text file

  • Author
    Posts
Viewing 0 reply threads
  • You must be logged in to reply to this topic.
Log In

Forums › KloxoNG Development › Building default.ca and default.crt

Primary Sidebar

Login

Log In
Register

Donate

Help Support Kloxo Next Generation

  • donate monthly
  • donate once only
Select a Donation Option (USD)

Enter Donation Amount (USD)

Recent Replies

  • Upload an empty PHP file
  • installation
  • installation
  • installation
  • installation

Recent Topics

  • gzip – phpmyadmin
  • Upload an empty PHP file
  • kloxong-0.1.2-final
  • Recovering EC2 instance from lockout by the firewall.
  • Volunteering For Support

Forums

  • AWS
  • KloxoNG Announcements
  • KloxoNG Bugs
  • Troubleshooting
  • KloxoNG Releases
  • KloxoNG Development
  • KloxoNG Support
  • Frequently asked questions
Copyright © 2021 · Kloxo Next Generation Community · Legals · Privacy · Log in