User Tools

Site Tools


informatica:linux:apache2:certificados:fecha_y_issuer

This is an old revision of the document!


URL=google.com;OLDIFS=$IFS; IFS=':' certificates=$(echo | openssl s_client -showcerts -servername $URL -connect $URL:443 2>/dev/null | sed -n '/-----BEGIN/,/-----END/ {/-----BEGIN/ s/^/:/; p}'); for certificate in ${certificates#:}; do echo;echo $certificate | openssl x509 -noout -subject -issuer -dates ;echo; done; IFS=$OLDIFS
informatica/linux/apache2/certificados/fecha_y_issuer.1712661486.txt.gz · Last modified: 2024/04/09 11:18 by jose