Just a small wording issue that could be confusing...

file= catalog/admin/includes/configure.php
Code:
line 25: // secure webserver for storefront?  Valid choices are 'true' or 'false' (including quotes).
line 26: define('ENABLE_SSL_ADMIN', 'true');

line 27: // secure webserver for storefront?  Valid choices are 'true' or 'false' (including quotes).
line 28: define('ENABLE_SSL_CATALOG', 'true');
Shouldn't 25 read "secure webserver for admin?

Like I said minor, but could cause some confusion.