From this article
https://docs.mongodb.com/v3.6/tutorial/configure-x509-member-authentication/
the requirements for the certificate for internal authentication are the following:
The Distinguished Name (DN), found in the member certificate’s subject, must specify a non-empty value for at least one of the following attributes: Organization (O), the Organizational Unit (OU) or the Domain Component (DC).
But in Let’s Encrypt certificate the Subject only contains domain name like this: CN = mongo-cl-01.example.com
What can I do to acquire OU, O or DC in the Subject of Let’s Encrypt certificate ?