From 002e439f1420853fa716b85d2eece348f88923d7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 27 Dec 2013 18:54:40 -0800 Subject: [PATCH] posts:x.509-certificates: Fix 'directoy' -> 'directory' typo --- posts/X.509_certificates.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2