How do I tell the difference between a self signed ca I made for myself for signing scripts and ones that...
Multiply Two Integer Polynomials
Why can Shazam fly?
How to deal with fear of taking dependencies
Are there any other methods to apply to solving simultaneous equations?
What is the closest word meaning "respect for time / mindful"
Is an up-to-date browser secure on an out-of-date OS?
Identify This Plant (Flower)
Does a dangling wire really electrocute me if I'm standing in water?
Can someone be penalized for an "unlawful" act if no penalty is specified?
Why isn't airport relocation done gradually?
Can you compress metal and what would be the consequences?
Output the Arecibo Message
Is flight data recorder erased after every flight?
Who coined the term "madman theory"?
Can a flute soloist sit?
Did 3000BC Egyptians use meteoric iron weapons?
Button changing it's text & action. Good or terrible?
FPGA - DIY Programming
Worn-tile Scrabble
How to support a colleague who finds meetings extremely tiring?
Pokemon Turn Based battle (Python)
Write faster on AT24C32
Origin of "cooter" meaning "vagina"
Is there a symbol for a right arrow with a square in the middle?
How do I tell the difference between a self signed ca I made for myself for signing scripts and ones that were already there?
The 2019 Stack Overflow Developer Survey Results Are InUnderstanding Security Certificates (and their pricing)Certification authority root certificate expiry and renewalHow do I configure Remote Desktop Session Host Server to use 3rd party CA and certificates?Code signing certificate not available to sign macrosPreventing Windows from deleteing our root CAhow to create a SSL certificate chain from my own CA?Trusting an untrustworthy CA - Can I restrict how system trusts it?OpenSSL self-signed certificates, Windows 10 laptops, and “This certificate has an invalid digital signature” errorHow to create self-signed certificate to sign Office macrosGenerate/Sign certificates with the AD trusted root certificate?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Basically my question is, how do I know when a certificate I find in my cert:/localmachine/my store is self signed and not already present when I start using a new computer.
If you do a Get-ChildItem cert:localmachinemy it can list many certificates, and it lists the Thumbprint and the Subject, and you can list all of the members of each by tacking on a | % { $_ |get-member } on the end of it.
But which of these members can tell me the difference between a self-signed cert that I created (possibly by mistake) and ones that were already in there, and signed by a for real certificate authority?
(honestly, I just want to sign my personal scripts with my personal certificate, but have only one certificate)
powershell certificate-authority self-signed-certificate digital-signatures
add a comment |
Basically my question is, how do I know when a certificate I find in my cert:/localmachine/my store is self signed and not already present when I start using a new computer.
If you do a Get-ChildItem cert:localmachinemy it can list many certificates, and it lists the Thumbprint and the Subject, and you can list all of the members of each by tacking on a | % { $_ |get-member } on the end of it.
But which of these members can tell me the difference between a self-signed cert that I created (possibly by mistake) and ones that were already in there, and signed by a for real certificate authority?
(honestly, I just want to sign my personal scripts with my personal certificate, but have only one certificate)
powershell certificate-authority self-signed-certificate digital-signatures
add a comment |
Basically my question is, how do I know when a certificate I find in my cert:/localmachine/my store is self signed and not already present when I start using a new computer.
If you do a Get-ChildItem cert:localmachinemy it can list many certificates, and it lists the Thumbprint and the Subject, and you can list all of the members of each by tacking on a | % { $_ |get-member } on the end of it.
But which of these members can tell me the difference between a self-signed cert that I created (possibly by mistake) and ones that were already in there, and signed by a for real certificate authority?
(honestly, I just want to sign my personal scripts with my personal certificate, but have only one certificate)
powershell certificate-authority self-signed-certificate digital-signatures
Basically my question is, how do I know when a certificate I find in my cert:/localmachine/my store is self signed and not already present when I start using a new computer.
If you do a Get-ChildItem cert:localmachinemy it can list many certificates, and it lists the Thumbprint and the Subject, and you can list all of the members of each by tacking on a | % { $_ |get-member } on the end of it.
But which of these members can tell me the difference between a self-signed cert that I created (possibly by mistake) and ones that were already in there, and signed by a for real certificate authority?
(honestly, I just want to sign my personal scripts with my personal certificate, but have only one certificate)
powershell certificate-authority self-signed-certificate digital-signatures
powershell certificate-authority self-signed-certificate digital-signatures
asked 3 mins ago
leeand00leeand00
2,17564487
2,17564487
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2fserverfault.com%2fquestions%2f962535%2fhow-do-i-tell-the-difference-between-a-self-signed-ca-i-made-for-myself-for-sign%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f962535%2fhow-do-i-tell-the-difference-between-a-self-signed-ca-i-made-for-myself-for-sign%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