From 2204dd8ac68d2b83ed498a9b8b745643fbfa463a Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 17 Dec 2014 09:17:08 +0100 Subject: [PATCH] s/codesigning/code signing/g --- doc/OS_X_code_signing.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/OS_X_code_signing.adoc b/doc/OS_X_code_signing.adoc index 049703b..33d804f 100644 --- a/doc/OS_X_code_signing.adoc +++ b/doc/OS_X_code_signing.adoc @@ -1,9 +1,9 @@ -Request, load and use OS X codesigning certificates +Request, load and use OS X code signing certificates --------------------------------------------------- This is a short step-by-step on how to generate a key in the Neo, create a certificate request, submit that request to apple, load the -certificate in the Neo and use it for codesigning. +certificate in the Neo and use it for code signing. Prerequisites -------------