Web server .csr file

Teemo Tang 11,426 Reputation points
2020-07-15T08:45:59.843+00:00

Hello,

I like to know why when I generate .csr file for certificate, sometime the content of the .csr begin with "-----BEGIN CERTIFICATE", and other time it begin with "BEGIN TRUSTED CERTIFICATE".

What is the different between those .csr file.

I apologize if this is not the correct forum for this issue. Please move my thread to the correct forum if neccessary.

Thanks in advance.

source link: https://social.technet.microsoft.com/Forums/windows/en-US/853e2a35-24ef-488f-b166-2089f5e582ab/web-server-csr-file?forum=winservergen

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,252 questions
0 comments No comments
{count} votes

Accepted answer
  1. Xiaowei He 9,906 Reputation points
    2020-07-16T03:56:48.82+00:00

    Hello,
    Thank you for posting in our TechNet forum.

    After my research, the TRUSTED CERTIFICATE variant is an OpenSSL-specific format which includes "trust rules" appended to the certificate. This is used by the OpenSSL trust engine to determine if the presented end-entity certificate is valid for its current usage.

    For more information, we can refer to the following link.
    https://www.openssl.org/docs/man1.0.2/man1/x509.html

    And in my lab (Windows), after I generate a csr file, I can see it begins with "-----BEGIN NEW CERTIFICATE REQUEST-----".

    Tip: This answer contains the content of a third-party website. Microsoft makes no representations about the content of these websites. We provide this content only for your convenience.

    Best Regards,
    Anne

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.