BookmarkSubscribeRSS Feed

[SAS 활용 FAQ] SAS 9.4 서버의 웹서버에 SSL을 적용하는 방법을 알려 주십시오.

Started ‎08-12-2021 by
Modified ‎09-29-2021 by
Views 356

SAS 9.4 서버의 httpd-ssl.conf 파일에 내용에 입력해 주시면 됩니다.

추가 문의 사항은 SAS Technical Support로 연락 주십시오.

 

[예시]

SSLCertificateFile "ssl/cert.pem" #SSLCertificateFile "ssl/hwgmine-dsa.crt"

#  Server Private Key:

#    If the key is not combined with the certificate, use this

#      directive to point at the key file. Keep in mind that if

#    you've both a RSA and a DSA private key you can configure

#    both in parallel (to also allow the use of DSA ciphers, etc.)

SSLCertificateKeyFile "ssl/key.key"

#SSLCertificateKeyFile "ssl/key.key"

#    Server Certificate Chain:

#    Point SSLCertificateChainFile at a file containing the

#    concatenation of PEM encoded CA certificates which form the

#     certificate chain for the server certificate. Alternatively

#    the referenced file can be the same as SSLCertificateFile

#    when the CA certificates are directly appended to the server

#    certificate for convinience.

SSLCertificateChainFile "ssl/Symantec-Chain_SHA2.pem"

Version history
Last update:
‎09-29-2021 10:58 PM
Updated by:
Contributors

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

Article Labels
Article Tags