Forrest logo
back to context overview

codesign

List of commands for codesign:

  • codesign:tldr:a5d8a codesign: Verify the certificate of an application.
    $ codesign --verify ${path-to-application_file-app}
    try on your machine
    explain this command
  • codesign:tldr:d4f38 codesign: Sign an application with a certificate.
    $ codesign --sign "${My Company Name}" ${path-to-application_file-app}
    try on your machine
    explain this command
back to context overview