Schlagwort: Certificate
-
iOS and Root CA
Recently, I created my root CA for my private service, e.g. my fritz box or home automation server. Adding the certificate to an iPhone or iPad is a bit more complicated because it requires two (2) places to add/activate the certificate. So let’s start. I put my certificate into my iCloud and opened it from…
-
Powershell 7 and „Trusted Publishers“
Untrusted Publishers Recently, I installed `Powershell 7` and was using it for a while. After settings my code security to AllSigned, I got the following error. File C:\…\PSReadLine.format.ps1xml is published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US and is not trusted on your system. Only run scripts from trusted publishers. This is a little…