SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

erlang-pkix rpm build for : OpenSuSE. For other distributions click erlang-pkix.

Name : erlang-pkix
Version : 1.0.10 Vendor : obs://build_opensuse_org/devel:languages:erlang
Release : 10.5 Date : 2024-06-28 16:49:14
Group : Development/Libraries/Other Source RPM : erlang-pkix-1.0.10-10.5.src.rpm
Size : 0.09 MB
Packager : (none)
Summary : PKIX certificates management library for Erlang
Description :
The idea of the library is to simplify certificates configuration in Erlang programs.
Typically an Erlang program which needs certificates (for HTTPS/MQTT/XMPP/etc)
provides a bunch of options such as `certfile`, `chainfile`, `privkey`, etc.
The situation becomes even more complicated when a server supports so called `virtual domains`
because a program is typically required to match a virtual domain with its certificate.
If a user has plenty of virtual domains (stored somewhere in `/etc/letsencrypt/live/*/*.pem`)
it\'s quickly becoming a nightmare for them to configure all this. The complexity also leads to
errors: a single configuration mistake and a program generates obscure log messages,
unreadable Erlang tracebacks or, even worse, just silently ignores the errors. Fortunately,
the large part of certificates configuration can be automated, reducing a user configuration
to something as simple as:
```yaml
certfiles:
- /etc/letsencrypt/live/*/*.pem
```
The purpose of the library is to do this dirty job under the hood.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/erlang/openSUSE_Factory/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  erlang-pkix-1.0.10-10.5.x86_64.rpm
     

Provides :
erlang-pkix
erlang-pkix(x86-64)
erlang-pkix-devel

Requires :
erlang
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib64/erlang/lib/pkix-1.0.10
/usr/lib64/erlang/lib/pkix-1.0.10/ebin
/usr/lib64/erlang/lib/pkix-1.0.10/ebin/pkix.app
/usr/lib64/erlang/lib/pkix-1.0.10/ebin/pkix.beam
/usr/lib64/erlang/lib/pkix-1.0.10/ebin/pkix_app.beam
/usr/lib64/erlang/lib/pkix-1.0.10/ebin/pkix_sup.beam
/usr/share/doc/packages/erlang-pkix
/usr/share/doc/packages/erlang-pkix/CHANGELOG.md
/usr/share/doc/packages/erlang-pkix/CODE_OF_CONDUCT.md
/usr/share/doc/packages/erlang-pkix/CONTRIBUTING.md
/usr/share/doc/packages/erlang-pkix/LICENSE
/usr/share/doc/packages/erlang-pkix/README.md

 
ICM