Commit b244c76
authored
Add --list-profiles command to show CA profiles
This commit introduces a new command, `--list-profiles`, to allow users to discover the certificate profiles supported by a Certificate Authority.
The command queries the `meta.profiles` object within the ACME directory JSON for the selected server and formats the output for readability. If a CA does not publish profiles in its directory, the command reports that none were found.
Usage:
acme.sh --list-profiles [--server letsencrypt]1 parent f2dbf56 commit b244c76
1 file changed
+49
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5838 | 5838 | | |
5839 | 5839 | | |
5840 | 5840 | | |
| 5841 | + | |
| 5842 | + | |
| 5843 | + | |
| 5844 | + | |
| 5845 | + | |
| 5846 | + | |
| 5847 | + | |
| 5848 | + | |
| 5849 | + | |
| 5850 | + | |
| 5851 | + | |
| 5852 | + | |
| 5853 | + | |
| 5854 | + | |
| 5855 | + | |
| 5856 | + | |
| 5857 | + | |
| 5858 | + | |
| 5859 | + | |
| 5860 | + | |
| 5861 | + | |
| 5862 | + | |
| 5863 | + | |
| 5864 | + | |
| 5865 | + | |
| 5866 | + | |
| 5867 | + | |
| 5868 | + | |
| 5869 | + | |
| 5870 | + | |
| 5871 | + | |
| 5872 | + | |
| 5873 | + | |
| 5874 | + | |
| 5875 | + | |
| 5876 | + | |
| 5877 | + | |
| 5878 | + | |
| 5879 | + | |
| 5880 | + | |
| 5881 | + | |
| 5882 | + | |
| 5883 | + | |
5841 | 5884 | | |
5842 | 5885 | | |
5843 | 5886 | | |
| |||
7498 | 7541 | | |
7499 | 7542 | | |
7500 | 7543 | | |
| 7544 | + | |
| 7545 | + | |
| 7546 | + | |
7501 | 7547 | | |
7502 | 7548 | | |
7503 | 7549 | | |
| |||
8063 | 8109 | | |
8064 | 8110 | | |
8065 | 8111 | | |
| 8112 | + | |
| 8113 | + | |
| 8114 | + | |
8066 | 8115 | | |
8067 | 8116 | | |
8068 | 8117 | | |
| |||
0 commit comments