All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.insertConfig.sql Maven / Gradle / Ivy

Go to download

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/]

There is a newer version: 1.1.19
Show newest version
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