Returns the issuer's common name, if present.
Declared in <folly/ssl/OpenSSLCertUtils.h>
<folly/ssl/OpenSSLCertUtils.h>
static Optional<std::string> getIssuerCommonName(X509 const& x509);
The issuer common name, or folly::none.