Azure: manually add app service certificate to key vault
up vote
2
down vote
favorite
Azure has a simple way of adding an App Service Certificate
to a Key Vault
from the web interface. I did this and later I accidentally deleted the certificate from the Key Vault
. The App Service Certificate
resource is still there, but the certificate no longer shows up in my Key Vault
(obviously).
Is there a way that I can re-add my App Service Certificate
to my Key Vault
?
Attached images:
The App Service Certificate still thinks it's been added to Key Vault:
... but the cert is no longer available in the Key Vault:
azure ssl-certificate azure-keyvault azure-app-service-envrmnt
add a comment |
up vote
2
down vote
favorite
Azure has a simple way of adding an App Service Certificate
to a Key Vault
from the web interface. I did this and later I accidentally deleted the certificate from the Key Vault
. The App Service Certificate
resource is still there, but the certificate no longer shows up in my Key Vault
(obviously).
Is there a way that I can re-add my App Service Certificate
to my Key Vault
?
Attached images:
The App Service Certificate still thinks it's been added to Key Vault:
... but the cert is no longer available in the Key Vault:
azure ssl-certificate azure-keyvault azure-app-service-envrmnt
If you have the right permissions under 'Access policies', you should be able to import one with the 'Generate/Import' button, right?
– rickvdbosch
Nov 8 at 7:58
from code inside your app you can access the cert object and reexport it ?
– Thomas
Nov 8 at 8:02
1
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate. So, when you add app service certificate to azure keyvault, you could not see anything inCertificate
option. Refer to this article.
– Joey Cai
Nov 8 at 9:52
I see, so the cert I deleted must've been another one. Okay thanks @JoeyCai
– Kris
Nov 8 at 9:57
I will update it as a reply. If it helps you, you could mark it as answer to let others know.
– Joey Cai
Nov 8 at 9:57
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Azure has a simple way of adding an App Service Certificate
to a Key Vault
from the web interface. I did this and later I accidentally deleted the certificate from the Key Vault
. The App Service Certificate
resource is still there, but the certificate no longer shows up in my Key Vault
(obviously).
Is there a way that I can re-add my App Service Certificate
to my Key Vault
?
Attached images:
The App Service Certificate still thinks it's been added to Key Vault:
... but the cert is no longer available in the Key Vault:
azure ssl-certificate azure-keyvault azure-app-service-envrmnt
Azure has a simple way of adding an App Service Certificate
to a Key Vault
from the web interface. I did this and later I accidentally deleted the certificate from the Key Vault
. The App Service Certificate
resource is still there, but the certificate no longer shows up in my Key Vault
(obviously).
Is there a way that I can re-add my App Service Certificate
to my Key Vault
?
Attached images:
The App Service Certificate still thinks it's been added to Key Vault:
... but the cert is no longer available in the Key Vault:
azure ssl-certificate azure-keyvault azure-app-service-envrmnt
azure ssl-certificate azure-keyvault azure-app-service-envrmnt
asked Nov 8 at 6:56
Kris
5,32311219
5,32311219
If you have the right permissions under 'Access policies', you should be able to import one with the 'Generate/Import' button, right?
– rickvdbosch
Nov 8 at 7:58
from code inside your app you can access the cert object and reexport it ?
– Thomas
Nov 8 at 8:02
1
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate. So, when you add app service certificate to azure keyvault, you could not see anything inCertificate
option. Refer to this article.
– Joey Cai
Nov 8 at 9:52
I see, so the cert I deleted must've been another one. Okay thanks @JoeyCai
– Kris
Nov 8 at 9:57
I will update it as a reply. If it helps you, you could mark it as answer to let others know.
– Joey Cai
Nov 8 at 9:57
add a comment |
If you have the right permissions under 'Access policies', you should be able to import one with the 'Generate/Import' button, right?
– rickvdbosch
Nov 8 at 7:58
from code inside your app you can access the cert object and reexport it ?
– Thomas
Nov 8 at 8:02
1
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate. So, when you add app service certificate to azure keyvault, you could not see anything inCertificate
option. Refer to this article.
– Joey Cai
Nov 8 at 9:52
I see, so the cert I deleted must've been another one. Okay thanks @JoeyCai
– Kris
Nov 8 at 9:57
I will update it as a reply. If it helps you, you could mark it as answer to let others know.
– Joey Cai
Nov 8 at 9:57
If you have the right permissions under 'Access policies', you should be able to import one with the 'Generate/Import' button, right?
– rickvdbosch
Nov 8 at 7:58
If you have the right permissions under 'Access policies', you should be able to import one with the 'Generate/Import' button, right?
– rickvdbosch
Nov 8 at 7:58
from code inside your app you can access the cert object and reexport it ?
– Thomas
Nov 8 at 8:02
from code inside your app you can access the cert object and reexport it ?
– Thomas
Nov 8 at 8:02
1
1
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate. So, when you add app service certificate to azure keyvault, you could not see anything in
Certificate
option. Refer to this article.– Joey Cai
Nov 8 at 9:52
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate. So, when you add app service certificate to azure keyvault, you could not see anything in
Certificate
option. Refer to this article.– Joey Cai
Nov 8 at 9:52
I see, so the cert I deleted must've been another one. Okay thanks @JoeyCai
– Kris
Nov 8 at 9:57
I see, so the cert I deleted must've been another one. Okay thanks @JoeyCai
– Kris
Nov 8 at 9:57
I will update it as a reply. If it helps you, you could mark it as answer to let others know.
– Joey Cai
Nov 8 at 9:57
I will update it as a reply. If it helps you, you could mark it as answer to let others know.
– Joey Cai
Nov 8 at 9:57
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate.
So, when you add app service certificate to azure keyvault, you could not see anything in Certificate
option.
For more details, you could refer to this article.
Thanks for that!
– Kris
Nov 8 at 10:07
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate.
So, when you add app service certificate to azure keyvault, you could not see anything in Certificate
option.
For more details, you could refer to this article.
Thanks for that!
– Kris
Nov 8 at 10:07
add a comment |
up vote
2
down vote
accepted
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate.
So, when you add app service certificate to azure keyvault, you could not see anything in Certificate
option.
For more details, you could refer to this article.
Thanks for that!
– Kris
Nov 8 at 10:07
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate.
So, when you add app service certificate to azure keyvault, you could not see anything in Certificate
option.
For more details, you could refer to this article.
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate.
So, when you add app service certificate to azure keyvault, you could not see anything in Certificate
option.
For more details, you could refer to this article.
answered Nov 8 at 9:58
Joey Cai
4,065129
4,065129
Thanks for that!
– Kris
Nov 8 at 10:07
add a comment |
Thanks for that!
– Kris
Nov 8 at 10:07
Thanks for that!
– Kris
Nov 8 at 10:07
Thanks for that!
– Kris
Nov 8 at 10:07
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53202773%2fazure-manually-add-app-service-certificate-to-key-vault%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you have the right permissions under 'Access policies', you should be able to import one with the 'Generate/Import' button, right?
– rickvdbosch
Nov 8 at 7:58
from code inside your app you can access the cert object and reexport it ?
– Thomas
Nov 8 at 8:02
1
App Service Certificate stores the private certificate into a user-provided Key Vault secret. When App Service Certificate is deployed into a web app, a Web Apps resource provider deploys it from the Key Vault secret that's associated with App Service Certificate. So, when you add app service certificate to azure keyvault, you could not see anything in
Certificate
option. Refer to this article.– Joey Cai
Nov 8 at 9:52
I see, so the cert I deleted must've been another one. Okay thanks @JoeyCai
– Kris
Nov 8 at 9:57
I will update it as a reply. If it helps you, you could mark it as answer to let others know.
– Joey Cai
Nov 8 at 9:57