config.insertConfig.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ca-3-s Show documentation
Show all versions of ca-3-s Show documentation
ca3s offers a unified view and administrative interface for your certificate landscape.
It's a CA system with a flexible RA part based on BPM. backed by a CMP-connected CA or an ADCS. Offers automatic
certificate distribution interfaces (like ACME and SCEP) for CAs that don't offer such interfaces.
Brushed-up codebase of the sourceforge's ca3s-project ([https://sourceforge.net/projects/ca3s/]
INSERT INTO ca3s_jh_dev.ca_connector_config (name,ca_connector_type,ca_url,secret,polling_offset,default_ca,active,selector) VALUES
('localAdcs','ADCS','https://localhost:23443/ADCSConnector','s3cr3t',3310,1,1,NULL)
,('localDirectoryScanner','DIRECTORY','file://e:\\tmp\\certs',NULL,NULL,0,1,NULL)
;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy