mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
Dogtag keeps telling me to use port 9444 and not 9443, use it.
This commit is contained in:
parent
85bc20b0df
commit
0353be6810
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user