1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-24 06:06:07 +03:00

acme.sh 申请证书显示更详细信息

This commit is contained in:
ProxySU 2020-12-01 08:35:46 +08:00
parent 67976be62b
commit e4971f286f
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -10076,7 +10076,7 @@ namespace ProxySU
//上传服务配置 47--50
private bool GenerateServerConfigurations(SshClient client) { return true; }
//acme.sh安装与申请证书 51--57
//functionResult = AcmeShInstall(client);
@ -10131,12 +10131,12 @@ namespace ProxySU
if (onlyIpv6 == true)
{
sshShellCommand = $"/root/.acme.sh/acme.sh --force --issue --standalone -d {ReceiveConfigurationParameters[4]} --listen-v6";
sshShellCommand = $"/root/.acme.sh/acme.sh --force --debug --issue --standalone -d {ReceiveConfigurationParameters[4]} --listen-v6";
currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
}
else
{
sshShellCommand = $"/root/.acme.sh/acme.sh --force --issue --standalone -d {ReceiveConfigurationParameters[4]}";
sshShellCommand = $"/root/.acme.sh/acme.sh --force --debug --issue --standalone -d {ReceiveConfigurationParameters[4]}";
currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
}

View File

@ -51,5 +51,5 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.5.2.0")]
[assembly: AssemblyFileVersion("2.5.2.0")]
[assembly: AssemblyVersion("2.5.3.0")]
[assembly: AssemblyFileVersion("2.5.3.0")]

Binary file not shown.