image

How To Convert a .CRT Certificate into a .PEM or .PFX Format

Step 1: Install OpenSSL for Windows 3.4 Step 2: Run Windows cmd prompt Step 3: Run the command line to get the .per format: openssl x509 -in star_abccer.crt -out cert.pem or run this command to get .pfx format openssl pkcs12 -export -out certificate.pfx -inkey abccer.key -in star_abccer.crt -certfile abccerca.crt For example: Ref: https://www.youtube.com/watch?v=-SpFcBfwfZY&t=35s

image

How to Deploy 1Password SCIM Bridge on Azure Container Apps

Step 1: Add provisioning to your 1Password account Before you can deploy 1Password SCIM Bridge, you’ll need to add the provisioning integration and get credentials for it. Click Get Started, sign in to your 1Password account, and follow the onscreen instructions. Get Started If you see the details for an existing provisioning integration, you’ll need to Read More

image

How to Send Email Notifications When PING Fails

PingInfoView is available to download from here: PingInfoView – Ping to multiple host names/IP addresses One of the common feature request for the PingInfoView tool is to send an email message when a ping fails. although the PingInfoView tool doesn’t have an option to send an email message, you can still do it by using the Read More

image

How to Fix “We Couldn’t Update the System Reserved Partition” Error on Windows 10/11

The error looks like this: We Couldn’t Update the System Reserved Partition. Cause The System Reserved Partition (SRP) may be full. The System Reserve Partition (SRP) is a small partition on your hard drive that stores boot information for Windows. Some third-party anti-virus and security apps write to the SRP, and can fill it up. Read More