Dogtag keeps telling me to use port 9444 and not 9443, use it.

This commit is contained in:
Rob Crittenden 2009-04-22 14:28:57 -04:00
parent 85bc20b0df
commit 0353be6810

View File

@ -111,7 +111,7 @@ DEFAULT_CONFIG = (
# CA plugin: # CA plugin:
('ca_host', object), # Set in Env._finalize_core() ('ca_host', object), # Set in Env._finalize_core()
('ca_port', 9180), ('ca_port', 9180),
('ca_ssl_port', 9443), ('ca_ssl_port', 9444),
# Special CLI: # Special CLI:
('prompt_all', False), ('prompt_all', False),