BookmarkSubscribeRSS Feed

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

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

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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Article Labels
Article Tags