コード例 #1
0
ファイル: add_anchor.py プロジェクト: amida-tech/directconfig
from suds.client import Client
from certificate import Certificate
import sys

client = Client("http://localhost:8081/config-service/ConfigurationService?wsdl")

cert = Certificate(sys.argv[1])
cert.add_to_anchor(client, sys.argv[2])