Refer to the exhibit. An application uses an API in Python using the Flask framework, which will be used to send sensitive data. The data must be secured while in transit. Which code snippet must be placed in the blank in the code to meet this requirement? A. app.run(ssl_context=(None)) B. app.run(ssl_context=('cert.key', ‘key.pem')) C. app.run(ssl_context=('cert.pem', ‘key.pem')) D. app.run(ssl_context=('cert.pem')) Suggested Answer: C This question is in 350-901 DEVCOR exam For getting DevNet Professional Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Cisco. Trademarks, certification & product names are used for reference only and belong to Cisco.
Please login or Register to submit your answer