schoen
April 6, 2017, 9:31pm
12
amavarick:
Here are the permissions assigned to the certificates... very broad???
-rw-r--r--. 1 psaadm psaadm 423 Apr 6 10:36 READMElrwxrwxrwx. 1 psaadm psaadm 42 Apr 6 10:36 privkey.pem -> ../../archive/domain.tld/privkey1.pemlrwxrwxrwx. 1 psaadm psaadm 44 Apr 6 10:36 fullchain.pem -> ../../archive/domain.tld/fullchain1.pemlrwxrwxrwx. 1 psaadm psaadm 40 Apr 6 10:36 chain.pem -> ../../archive/domain.tld/chain1.pemlrwxrwxrwx. 1 psaadm psaadm 39 Apr 6 10:36 cert.pem -> ../../archive/domain.tld/cert1.pem
Those are symlinks, which are always displayed as lrwxrwxrwx
. The underlying permissions would be the permissions on the files they link to (in archive
).