Implications of using a self-signed certificate to sign JWT tokens in OAuth

I’m looking to setup an integration between GitHub and Service Now and I can use OAuth2 using JWT Tokens, the steps to take can be found here.
There is a specific step that states:

Create a CA signed certificate using the GitHub App priva… Continue reading Implications of using a self-signed certificate to sign JWT tokens in OAuth

Self-Signed Certificates on Management Interfaces – Cyber Security Standards

We have dozens of internal management interfaces on our appliances that use self-signed certificates – ILO, DRAC, switch management, etc. These certificates display a warning in the browser, but their expiry or lack of trust does not break… Continue reading Self-Signed Certificates on Management Interfaces – Cyber Security Standards

Possible to create a self-signed certificate with AIA extension using PowerShell or openssl?

I am able to use the PowerShell New-SelfSignedCertificate cmdlet to create a self-signed cert just fine, but I’d like to create one with an AIA extension and give it an OCSP responder URL.
There is a cmdlet parameter called -Extension, but… Continue reading Possible to create a self-signed certificate with AIA extension using PowerShell or openssl?

Possible to create a self-signed certificate with AIA extension using PowerShell or openssl?

I am able to use the PowerShell New-SelfSignedCertificate cmdlet to create a self-signed cert just fine, but I’d like to create one with an AIA extension and give it an OCSP responder URL.
There is a cmdlet parameter called -Extension, but… Continue reading Possible to create a self-signed certificate with AIA extension using PowerShell or openssl?