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