Configure security certificates Flashcards

1
Q

Create a free App Service managed certificate

A

A private certificate that’s free of charge and easy to use if you just need to secure your custom domain in App Service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Purchase an App Service certificate

A

A private certificate that’s managed by Azure. It combines the simplicity of automated certificate management and the flexibility of renewal and export options.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Import a certificate from Key Vault

A

Useful if you use Azure Key Vault to manage your certificates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Upload a private certificate

A

If you already have a private certificate from a third-party provider, you can upload it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Upload a public certificate

A

Public certificates aren’t used to secure custom domains, but you can load them into your code if you need them to access remote resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Private certificate requirements

A

Exported as a password-protected PFX file, encrypted using triple DES.
Contains private key at least 2048 bits long
Contains all intermediate certificates in the certificate chain

To secure a custom domain in a TLS binding, the certificate has other requirements:

Contains an Extended Key Usage for server authentication (OID = 1.3.6.1.5.5.7.3.1)
Signed by a trusted certificate authority

How well did you know this?
1
Not at all
2
3
4
5
Perfectly