manpki.api.profile¶
Functions
add_profile(profileid) |
Add a new profile |
delete_profile(profileid) |
Delete a profile |
set_profile(profileid) |
Set profile |
show_profile(profileid) |
Show all or specific SSL Profile |
where(key) |
Classes
API |
|
Profile(*args, **kwargs) |
-
manpki.api.profile.add_profile(profileid)¶ Add a new profile
Param: profileid ID of the profile Shell: add profile Context: profile Returns: information of the profile
-
manpki.api.profile.delete_profile(profileid)¶ Delete a profile
Param: profileid ID of the profile Shell: delete profile Context: profile Returns: message about the profile deletion
-
manpki.api.profile.set_profile(profileid)¶ Set profile
Param: profileid ID of the profile Shell: set profile Context: profile Returns: information of the profile
-
manpki.api.profile.show_profile(profileid)¶ Show all or specific SSL Profile
Param: profileid ID of the profile Shell: show profile Context: None Returns: information of the profile