From: W. Trevor King Date: Sat, 28 Dec 2013 02:54:40 +0000 (-0800) Subject: posts:x.509-certificates: Fix 'directoy' -> 'directory' typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=002e439f1420853fa716b85d2eece348f88923d7;p=blog.git posts:x.509-certificates: Fix 'directoy' -> 'directory' typo --- diff --git a/posts/X.509_certificates.mdwn b/posts/X.509_certificates.mdwn index ad3b77b..7266baa 100644 --- a/posts/X.509_certificates.mdwn +++ b/posts/X.509_certificates.mdwn @@ -177,7 +177,7 @@ which loads certificates from a file (like `/etc/ssl/certs/`). For efficiency, many applications prefer the directory approach, as certificates can then be loaded on an as-needed basis using their hashed subject name, key identifier (if present), -and serial number. If you place a new CA this directoy, you'll want +and serial number. If you place a new CA this directory, you'll want to run `c_rehash` to generate the hashed symlinks: # c_rehash /etc/ssl/certs