User account menu

  • Log in

Main navigation

  • Home
  • Cherries
  • ops
www.kurilla.org

Breadcrumb

  • Home

ops

How to find out mongodb version (32 / 64 bit)

By admin | 7:38 PM CET, Fri February 23, 2024

db.runCommand("buildInfo")

  • Read more about How to find out mongodb version (32 / 64 bit)
  • Log in to post comments

Generate SSL certificate for https

By admin | 7:38 PM CET, Fri February 23, 2024

Generate server key:
openssl genrsa -out server.key 2048
Generate CSR:
openssl req -new -key server.key -out server.csr
Generate certificate (could be symlinked with server.pem):
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
View cert:
openssl x509 -in certificate.pem -noout -text

  • Read more about Generate SSL certificate for https
  • Log in to post comments
Subscribe to ops
Powered by Drupal

Copyright © 2025 Company Name - All rights reserved

Developed & Designed by Alaa Haddad