While installing Octopus Deploy server and Tentacle in my remote machine. I am getting this error:
Error: ===============================================================================
Error: The profile for the user is a temporary profile. (Exception from HRESULT: 0x80090024)
Error: System.Runtime.InteropServices.COMException
Error: at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
Error: at Octopus.Shared.Internals.CertificateGeneration.Win32ErrorHelper.ThrowExceptionIfGetLastErrorIsNotZero()
Error: at Octopus.Shared.Internals.CertificateGeneration.CryptContext.Open()
Error: at Octopus.Shared.Security.CertificateGenerator.Generate(String fullName, Boolean exportable)
Error: at Octopus.Tentacle.Configuration.TentacleConfiguration.GenerateNewCertificate()
Error: at Octopus.Tentacle.Commands.NewCertificateCommand.Start()
Error: at Octopus.Shared.Startup.AbstractCommand.Start(String[] commandLineArguments, ICommandRuntime commandRuntime, OptionSet commonOptions)
Error: at Octopus.Shared.Startup.ConsoleHost.Run(Action`1 start, Action shutdown)
Error: at Octopus.Shared.Startup.OctopusProgram.Run()
Error: -------------------------------------------------------------------------------
Error: Terminating process with exit code 100
Full error details I am log file attaching with this
OctopusServer.txt (26 KB)
OctopusTentacle.txt (8 KB)