Search results

  1. S

    Deployed the .Net Core WebAPI in Linux and want to browse the application using domain name instead of IP of the system

    I deployed the .NET core web API in Linux using the below command. sudo docker run -dt -e "ASPNETCORE_URLS=https://+;http://+" -e ASPNETCORE_Kestrel__Certificates__Default__Password="password" -e ASPNETCORE_Kestrel__Certificates__Default__Path=/https/<certificate.pfx> -v "<certificate...
Top