Search Criteria
Package Details: openca-tools 1.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openca-tools.git (read-only, click to copy) |
---|---|
Package Base: | openca-tools |
Description: | A robust, full-featured and Open Source out-of-the-box Certification Authority |
Upstream URL: | http://www.openca.org/projects/openca/ |
Licenses: | GPL2 |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2012-08-27 16:48 (UTC) |
Last Updated: | 2018-08-11 14:07 (UTC) |
Latest Comments
crowdigit commented on 2020-07-05 21:52 (UTC)
I also met error @pokabjoern commented. OpenCA itself uses old OpenSSL but Archlinux package system provides newer one. So I needed to use
openssl-1.0
rather thanopenssl
.After installing
openssl-1.0
, according to this Archlinux thread exporting environment variable made it work.;)
pokabjoern commented on 2020-03-25 20:05 (UTC)
makepgk ends up with an error:
callback.c: In Funktion »verify_callback«: callback.c:108:20: Fehler: Dereferenzierung eines Zeigers auf unvollständigen Typen »X509_STORE_CTX« {alias »struct x509_store_ctx_st«} 108 | switch (ctx->error) { | ^~ make[1]: [Makefile:368: callback.o] Fehler 1 make[1]: Verzeichnis „/home/alarm/openca-tools/src/openca-tools-1.3.1/src/sv“ wird verlassen make: [Makefile:421: all-recursive] Fehler 1 ==> FEHLER: Ein Fehler geschah in build(). Breche ab...