Skip to content
Main Menu
  • Home
  • About

Desk Shell

Technology Makes Life Better!

  • Home
  • About

Tag: openssl

  • Home
  • openssl

use openssl to retrieve certificate

2021-02-232021-02-23 Leon Xie

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 server without using a browser. This is convenient in non-GUI environment, for example, shell environment.… Read More

certificate, opensslcertificate, openssl

create self-signed certificate with san

2019-09-112019-09-11 Leon Xie

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 a self-signed certificate using a single openssl command, but that certificate did not include SAN.… Read More

certificate, opensslcertificate, opensslLeave a comment

chrome does not use commonName to verify site certificate

2019-09-06 Leon Xie

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 openssl command and deployed the certificate in a Kubernete ingress, I always got a warning… Read More

certificate, kubernetes, opensslcertificate, kubernetes, opensslLeave a comment

create self-signed certificate

2019-09-042019-09-06 Leon Xie

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” A very good reference material can be found in digital ocean as below openssl essentials

certificate, opensslcertificate, opensslLeave a comment

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 © All rights reserved.
Education Mind by Axle Themes