Skip to content

Commit e4971f2

Browse files
committed
acme.sh 申请证书显示更详细信息
1 parent 67976be commit e4971f2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ProxySU/MainWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:ProxySU"
77
mc:Ignorable="d"
8-
Title="ProxySU - v2.5.2" Height="675" Width="660">
8+
Title="ProxySU - v2.5.3 Beta1" Height="675" Width="660">
99
<!--以下样式参考自:https://yq.aliyun.com/articles/331878
1010
https://docs.microsoft.co/en-us/dotnet/desktop-wpf/fundamentals/styles-templates-overview-->
1111
<Window.Resources>

ProxySU/MainWindow.xaml.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10076,7 +10076,7 @@ private bool SoftInstalledSuccessOrFail(SshClient client,string soft,string cond
1007610076

1007710077

1007810078
//上传服务配置 47--50
10079-
10079+
private bool GenerateServerConfigurations(SshClient client) { return true; }
1008010080

1008110081
//acme.sh安装与申请证书 51--57
1008210082
//functionResult = AcmeShInstall(client);
@@ -10131,12 +10131,12 @@ private bool AcmeShInstall(SshClient client)
1013110131

1013210132
if (onlyIpv6 == true)
1013310133
{
10134-
sshShellCommand = $"/root/.acme.sh/acme.sh --force --issue --standalone -d {ReceiveConfigurationParameters[4]} --listen-v6";
10134+
sshShellCommand = $"/root/.acme.sh/acme.sh --force --debug --issue --standalone -d {ReceiveConfigurationParameters[4]} --listen-v6";
1013510135
currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
1013610136
}
1013710137
else
1013810138
{
10139-
sshShellCommand = $"/root/.acme.sh/acme.sh --force --issue --standalone -d {ReceiveConfigurationParameters[4]}";
10139+
sshShellCommand = $"/root/.acme.sh/acme.sh --force --debug --issue --standalone -d {ReceiveConfigurationParameters[4]}";
1014010140
currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
1014110141
}
1014210142

ProxySU/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
5252
// 方法是按如下所示使用“*”: :
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("2.5.2.0")]
55-
[assembly: AssemblyFileVersion("2.5.2.0")]
54+
[assembly: AssemblyVersion("2.5.3.0")]
55+
[assembly: AssemblyFileVersion("2.5.3.0")]

ProxySU/bin/Beta/Beta.zip

23 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)