Sinan Polat

Results 4 issues of Sinan Polat

**Describe the bug** I requested a certificate using the following domain configuration: ```bash # cat .getssl/sub.domain.com/getssl.cfg | grep -v "^#" | grep . ACL=('/usr/share/www/.well-known/acme-challenge') PREFERRED_CHAIN="ISRG Root X1" # ``` It...

bug

Fixes loading correct libphp file when RedHat AND PHP 8. Fixes #2332

community

## Describe the Bug When `$php_version` is set to `8.0` and the OS is RedHat, the wrong php library is being loaded due to an incorrect comparison. It should load...

community

## System Information ### Linux distribution ``` RHEL 9 ``` ### Terraform version ```sh Terraform v1.3.6 on linux_amd64 + provider registry.terraform.io/dmacvicar/libvirt v0.7.0 ``` ### Provider and libvirt versions ```sh libvirt-8.5.0-7.el9_1...