Posts

Showing posts from March, 2016

XRDP crashes on Centos 7

XRDP crashes on Centos 7   Viewing /var/log/messasges showed these messages: Dec 23 17:57:16 localhost systemd: Failed at step EXEC spawning /usr/sbin/xrdp-sesman: Permission denied Dec 23 17:57:16 localhost systemd: Failed at step EXEC spawning /usr/sbin/xrdp: Permission denied Dec 23 17:57:16 localhost systemd: xrdp-sesman.service: main process exited, code=exited, status=203/EXEC Dec 23 17:57:16 localhost systemd: Unit xrdp-sesman.service entered failed state. Dec 23 17:57:16 localhost systemd: xrdp-sesman.service failed. Dec 23 17:57:16 localhost systemd: xrdp.service: main process exited, code=exited, status=203/EXEC Dec 23 17:57:16 localhost systemd: Unit xrdp.service entered failed state. Dec 23 17:57:16 localhost systemd: xrdp.service failed.   there is broken selinux context, to fix it use these commands: chcon --type=bin_t /usr/sbin/xrdp chcon --type=bin_t /usr/sbin/xrdp-sesman systemctl reenable xrdp.service systemctl start xrdp.service  

Install GoDaddy SSL Certificate on Cisco ASA with openssl

Image
Install GoDaddy SSL Certificate on Cisco ASA  1) Download the gd_intermediate.crt certificate https://certs.godaddy.com/anonymous/repository.pki GoDaddy Secure Server Certificate (Intermediate Certificate) gd_intermediate.crt (pem) 09 ED 6E 99 1F C3 27 3D 8F EA 31 7D 33 9C 02 04 18 61 97 35 49 CF A6 E1 55 8F 41 1F 11 21 1A A3 2) ASDM: Configuration, Device Management, Certificate Management, CA Certificates Click Add & Select the file “gd_intermediate.crt” that you downloaded and then click Add Certificate  3) Create PKCS12 format file openssl pkcs12 -export -in your-domain.com-from-GD.cer -inkey privateKey.key -out asa-your-domain-certificate.pfx -certfile gdig2-CACert-bundle-from-GD.cer   Enter Export Password: (put pfx password) Verifying - Enter Export Password: (put pfx password) 4) ASDM: Configuration, Device Management, Certificate Management, Identity Certificates Click Browse and select your PFX file that you saved in step 3, type the pfx