curl -s –dump-header – `yum repolist epel -v | grep Repo-baseurl | awk ‘{print $3}’` -o /dev/null
Category: Uncategorized
OPENSSL ensure certs match key file
To make sure the files output the same result , display the modulus value of each file: openssl rsa -noout -modulus -in FILE.key openssl req -noout -modulus -in FILE.csr openssl x509 -noout -modulus -in FILE.cer