I need to know what service names we think should be in the service certs.
Here is the current list from the code:
ServiceTypes = [("Venue Server", "VenueServer"),
("Node Service", "NodeService"),
("Service Manager", "ServiceManager"),
("Bridging Service", "BridgeService"),
("Other", None),
]
(AccessGrid/Security/wxgui/CertificateRequestTool.py)