-1

I have hosted an ASp.net core web application as an Azure Website. Since you cannot do a remote desktop connection and create a CSR file, Im at a loss as to how to create one for this file.

As mentioned here

Must CSRs be generated on the server that will host the SSL certificate?"

But where are the private keys and public keys mentioned in the article.

1 Answers1

1

You could try to use solution from this article.

Also, you could use openssl to generate CSR. You'll generate private key and CSR with two commands. For example you could check this article.

OpenSSL for Windows could be downloaded from here.

Alexander Tolkachev
  • 4,608
  • 3
  • 14
  • 23