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 2012/12/05 23:11:07 UTC

svn commit: r1417669 - /vcl/trunk/web/.ht-inc/secrets-default.php

Author: jfthomps
Date: Wed Dec  5 22:11:07 2012
New Revision: 1417669

URL: http://svn.apache.org/viewvc?rev=1417669&view=rev
Log:
changed comment for $pemkey to say that won't ever have to type it

Modified:
    vcl/trunk/web/.ht-inc/secrets-default.php

Modified: vcl/trunk/web/.ht-inc/secrets-default.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/secrets-default.php?rev=1417669&r1=1417668&r2=1417669&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/secrets-default.php (original)
+++ vcl/trunk/web/.ht-inc/secrets-default.php Wed Dec  5 22:11:07 2012
@@ -23,5 +23,5 @@ $vclpassword = '';      # password to ac
 
 $cryptkey  = '';  # random password - won't ever have to type it so make it long
 
-$pemkey = ''; # random passphrase - same as given to genkeys.sh - should be long
+$pemkey = ''; # random passphrase - won't ever have to type it so make it long
 ?>