Desk Shell

Technology Makes Life Better!

Menu
  • Home
  • About

Category: Category: openssl

use openssl to retrieve certificate

2021-02-23
 |  No Comments
 |  certificate, openssl

These days I am working on a certificate issue. During the debug session, I got a trick about how to retrieve the certificate from a […]

Read More →

create self-signed certificate with san

2019-09-11
 |  No Comments
 |  certificate, openssl

I explained why google chrome browser does not respect a certificate without Subject Alternative Name in my earlier post. I also showed how to create […]

Read More →

chrome does not use commonName to verify site certificate

2019-09-06
 |  No Comments
 |  certificate, kubernetes, openssl

I showed how to create a self-signed certificate using openssl command line in this post. However, after I created a self-signed certificate using the similar […]

Read More →

create self-signed certificate

2019-09-04
 |  No Comments
 |  certificate, openssl

Use the below command to create a self-signed certificate: openssl  req  -x509  -days 365  -nodes  -newkey rsa:2048  -keyout tls.key  -out tls.crt \ -subj “/C=CN/ST=Shandong/L=Qingdao/O=Nokia/OU=RD Team/CN=deskshell.com” […]

Read More →

Recent Posts

  • data consistence between cache and database — cache aside
  • an introduction to channels in golang
  • introduce curl command
  • two useful clients about ssh and vnc in ubuntu
  • variable indirect expansion in bash

Recent Comments

  • John on raw.githubusercontent.com的DNS记录被污染了
  • Anonymous on disk block size vs filesystem block size
  • Leon Xie on hello world

Archives

  • March 2024
  • February 2024
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • March 2022
  • February 2022
  • September 2021
  • August 2021
  • July 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • February 2020
  • October 2019
  • September 2019
  • August 2019
  • February 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018

Categories

  • ansible
  • apt
  • bash
  • certificate
  • curl
  • data-struct
  • database
  • debian
  • docker
  • etcd
  • git
  • golang
  • gradle
  • helm
  • iptables
  • java
  • jenkins
  • junit
  • jvm
  • kubernetes
  • linux
  • mariadb
  • maven
  • nginx
  • nodejs
  • npm
  • openssl
  • oracle
  • prometheus
  • python
  • redis
  • rhel
  • robot
  • route
  • rsa
  • springboot
  • sql
  • ssh
  • tls
  • tree
  • ubuntu
  • uncategorized
  • zookeeper

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© Copyright 2019 Banquet Hall All Rights Reserved.