bikram990 / PyScep

A Python SCEP client and server
MIT License
8 stars 6 forks source link

feature request: support for passwords in the client #8

Closed CharlPels closed 1 year ago

CharlPels commented 1 year ago

For testing of solutuons like scepman I would like to use PyScep however it seems that I can only profide a url and not a "static" password.

client = Client.Client( url = 'https://scepman-app-.azurewebsites.net/static', password = '' )

https://docs.scepman.com/certificate-deployment/static-certificates

bikram990 commented 1 year ago

@CharlPels This is already supported. Please check this