adlerweb // BitBastelei · @adlerweb
605 followers · 4590 posts · Server social.adlerweb.info

"Regierung schaltet De-Mail ab"
So, können wir jetzt dann bitte flächendeckend GPG oder wenigstens X.509 aka S/MIME einführen? -.-

#gpg #SMIME #DeMail

Last updated 1 year ago

Kevin Karhan :verified: · @kkarhan
875 followers · 47159 posts · Server mstdn.social

@atarifrosch that would be the idea of such a mail service that blocks all unencrypted eMails.

FORCING PEOPLE TO USE ENCRYPTION!

At least / or ...

#SMIME #GPG #openpgp

Last updated 2 years ago

David Sardari · @duxsco
23 followers · 255 posts · Server digitalcourage.social

@kikobar @jwildeboer has access to the private key...

Just create a CSR and buy a certificate:

❯ openssl req \
    -new \
    -sha256 \
    -subj "/" \
    -newkey ec \
    -pkeyopt ec_paramgen_curve:P-384 \
    -keyout smime.key \
    -out smime.csr

❯ openssl pkcs12 \
    -export \
    -inkey smime.key \
    -in smime.crt \
    -certfile intermediate.crt \
    -out smime.p12

The shop I got my certificate from:
shop.certum.eu/e-mail-id-indiv

#SMIME #actalis

Last updated 2 years ago