Hi Bhagyashree, > I am new to openxpki. As I came across the document that openxPKI support for > LDAP and file based crl, I just wanted to check whether openxpki supports > downloading CRL and Publishing CRL to CDP via http protocol or not. if yes, > please let me know the steps for the same.
OpenXPKI does not directly serve the HTTP protocol. Instead, it is a Daemon process running in the background. The frontend part is talking to the daemon via a Unix Domain Socket interface. The frontend requires a web server (e. g. Apache) to work. The web server where OpenXPKI is running on will be able to serve additional HTTP/HTTPS services besides the OpenXPKI frontend. If you want to serve HTTP CDPs the correct way is to configure a web server (it may or may not be on the same system as OpenXPKI) to serve the CDP URL. Then you need to make sure that the CRL that OpenXPKI creates is copied into the location where the web server can serve it. Long story short: configure CRL publishing to a file in OpenXPKI. The configured path should point to a documentroot subdirectory which is accessible via the web server. Configure the target path in a way that OpenXPKI can write it and the web server can read it. Once OpenXPKI writes the file, it can be served by the web server. HTH, Martin ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
