You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2019/06/10 17:25:24 UTC

svn commit: r1860969 - /vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.5to2.5.1.mdtext

Author: jfthomps
Date: Mon Jun 10 17:25:24 2019
New Revision: 1860969

URL: http://svn.apache.org/viewvc?rev=1860969&view=rev
Log:
added copying content from cryptkey directory

Modified:
    vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.5to2.5.1.mdtext

Modified: vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.5to2.5.1.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.5to2.5.1.mdtext?rev=1860969&r1=1860968&r2=1860969&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.5to2.5.1.mdtext (original)
+++ vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.5to2.5.1.mdtext Mon Jun 10 17:25:24 2019
@@ -129,14 +129,15 @@ VCL web code at /var/www/html/vcl. If yo
 	
         :::BashLexer
         cd /var/www/html/vcl-2.5/.ht-inc
-        cp conf.php secrets.php pubkey.pem keys.pem /var/www/html/vcl/.ht-inc
+        cp conf.php secrets.php pubkey.pem keys.pem /var/www/html/vcl/.ht-inc/
+        cp cryptkey/cryptkeyid cryptkey/private.pem /var/www/html/vcl/.ht-inc/cryptkey/
 
 8. **Set SELinux context** If you are using SELinux, set the correct context:
 
         :::BashLexer
         chcon -R -t httpd_sys_content_t /var/www/html/vcl-2.5.1
         chcon -t httpd_sys_rw_content_t /var/www/html/vcl-2.5.1/.ht-inc/maintenance
-        chcon -t httpd_sys_rw_content_t /var/www/html/vcl-2.5.1/.ht-inc/cryptkey
+        chcon -R -t httpd_sys_rw_content_t /var/www/html/vcl-2.5.1/.ht-inc/cryptkey
 
 9. **Update conf.php**. The following item needs to be added to the conf.php
 file. (It is located above the define line for BASEURL in the conf-default.php file):