NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@archiv:coding:delphi
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Selbstsignierte Zertifikate für Applikationen erstellen
4 Hits, Last modified: 12 years ago
n ====== ===== Zertifikat erstellen ===== <code bash> makecert.exe -$ individual -r -pe -ss "Freibeute... ===== Zertifikat lokal installieren ===== <code bash> certmgr.exe /add "d:\freibeuter_soft.cer " /s /r... root </code> ===== Datei signieren ===== <code bash> signtool.exe sign /v /s "Freibeuter Certificate ... </code> ===== Signatur verifizieren ===== <code bash> signtool.exe verify /pa /v {DATEINAME} </code>