You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On CentOS8 the list of certificates will contains the line "Server certificates:"
httpd -t -DDUMP_CERTS 2>/dev/null | /bin/sort -u
will return:
/etc/pki/tls/certs/localhost.crt
/etc/pki/tls/certs/web
Server certificates:
And as an site effect every line will contains spaces before the /.
So I think before call the c program an bash test for file exits and remove the spaces are required.
Thanks
The text was updated successfully, but these errors were encountered:
On CentOS8 the list of certificates will contains the line "Server certificates:"
httpd -t -DDUMP_CERTS 2>/dev/null | /bin/sort -u
will return:
And as an site effect every line will contains spaces before the /.
So I think before call the c program an bash test for file exits and remove the spaces are required.
Thanks
The text was updated successfully, but these errors were encountered: