and as always contact your local fire, law enforcement or OES agency and find out about taking a #CERT class

(used to be a FEMA site with information on where to find your local CERRT program - but, you know, who needs a prepared citizenry? [that FEMA site's gone])

โ›‘๏ธ Free Emergency Skills (CERT) Training
Sponsored By the City of Monterey

The FEMA Community Emergency Response Team (CERT) program instructs citizens in a wide variety of rescue, search, emergency medical, preparedness, safety, team operations, basic fire control and community service skills.

>> The next CERT training occurs October 10, 17, 24, 2026

To enroll, email: [email protected]

#CERT #FEMA

@WestLawns
Does staging fake gender reveal parties so #CERT Basic class students can practice their MCI skills count?

nothing like throwing baby manikins up into trees while their โ€œparentโ€ wanders around the incident site with burns and lacerations desperately seeking their missing baby

VMware Security Certificates

Create template
Create template using Creating a Microsoft Certificate Authority Template for SSL certificate creation in vSphere 6.x/7.x (2112009) (vmware.com)

๐Ÿ“– Read more: https://sajalchoudhary.net/til/vmware-security-certificates/

#cert #vmware

VMware Security Certificates - Til

A personal digital garden and blog

Add SAN to Cert Request Inf File Method

Template:
notepad
[NewRequest]
Subject = "CN=devname.fi.tcsecp.com"
Exportable = TRUE
KeyLength = 2048
KeySpec = 1
KeyUsage = 0xf0
RequestType = PKCS10

๐Ÿ“– Read more: https://sajalchoudhary.net/til/add-san-to-cert-request-inf-file-method/

#cert

Add SAN to Cert Request Inf File Method - Til

A personal digital garden and blog

Raise a Certificate Request on Windows

Script
1. Ensure that you have the configuration name correct. Just run certutil and copy the CA Config name from the output.
2. Multi cert script developed.

๐Ÿ“– Read more: https://sajalchoudhary.net/til/raise-a-certificate-request-on-windows/

#windows #cert

Raise a Certificate Request on Windows - Til

A personal digital garden and blog

Certificate Reference

![[202205021140 openssl convert pkcs to pem]]
![[202204281255 Compare private key and ssl]]
![[202204291221 Openssl generate csr]]
![[202204291133 Certificate output in plaintext]]
![[202204281257 Certificate remove password from private key]]
![[202204281255 Compare private key and ssl]]
![[202204271226 How to create stacked certificates]]

๐Ÿ“– Read more: https://sajalchoudhary.net/til/certificate-reference/

#cert

Certificate Reference - Til

A personal digital garden and blog

Openssl Convert Pkcs to Pem

bash
openssl pkcs7 -printcerts -in certificate.p7b -out certificate.cer

๐Ÿ“– Read more: https://sajalchoudhary.net/til/openssl-convert-pkcs-to-pem/

#cert

Openssl Convert Pkcs to Pem - Til

A personal digital garden and blog

Openssl Generate Csr

Command
bash
openssl req -out fitcsecp.csr -new -newkey rsa:2048 -nodes -keyout fitcsecpprivatekey.key -addext "subjectAltName = DNS:domain-name.com"

๐Ÿ“– Read more: https://sajalchoudhary.net/til/openssl-generate-csr/

#cert

Openssl Generate Csr - Til

A personal digital garden and blog

Certificate Output in Plaintext

Issue
โ€œx509: certificate relies on legacy Common Name fieldโ€ error

๐Ÿ“– Read more: https://sajalchoudhary.net/til/certificate-output-in-plaintext/

#cert

Certificate Output in Plaintext - Til

A personal digital garden and blog