Questions tagged [trusted]
67 questions
129
votes
7 answers
OpenSSL: PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: TRUSTED CERTIFICATE
I need a hash-name for file for posting in Stunnel's CApath directory. I have got some certs in this directory and they are working well. Also, I have a server sert and server key:
cert = c:\Program Files (x86)\stunnel\server_cert.pem
key =…

lsv
- 1,687
- 4
- 21
- 31
35
votes
5 answers
Import Certificate to Trusted Root but not to Personal [Command Line]
I am trying to import two certificates to my local machine using the command line.
I have one certificate to add to the Personal Store of the local machine, and another one to add to the Trusted Root Certification Authorities.
Here is the command to…

TiagoM
- 3,458
- 4
- 42
- 83
12
votes
3 answers
SSL signed certificates for internal use
I have a distributed application consisting of many components that communicate over TCP (for examle JMS) and HTTP. All components run on internal hardware, with internal IP addresses, and are not accessible to the public.
I want to make the…

John B
- 3,391
- 5
- 33
- 29
9
votes
2 answers
How to trust a certificate in Windows Powershell
I am using Windows 7, and want to run signed scripts from Powershell, the security-settings of Powershell are set to "all-signed", and my scripts are signed with a valid certificate from my company. I have also added the .pfx-file to my local…

Erik
- 2,316
- 9
- 36
- 58
8
votes
2 answers
Are Intel's PTT and TPM equivalent
Are Intel PTT (Intel Platform Trust Technology) and TPM chips functionally equivalent?
If I had a board with a Intel processor that supported PTT, would I have the same functions as if I had a hardwired TPM chip, e.g support of Trousers, etc.?
How…

user2881914
- 407
- 1
- 4
- 9
5
votes
1 answer
Exception calling "FindAll" with "0" argument(s) - Trusted Domains LDAP Search
My approach is to get the latest ModifyTimeStamp after scanning on all DC's. The scenario in my code is:
First, I scan on the PDC to get the distinguishedName values, and after that I scan on all DC's also to get distinguishedName values, if they…

Ender
- 835
- 1
- 12
- 23
5
votes
1 answer
How do you mark a Ruby Binding as trusted?
From this article http://www.stuartellis.eu/articles/erb referring to thread safety levels:
"At this level, the specified binding must be marked as trusted for ERB to use it."
I've searched high and low and haven't found a way to "mark" a Binding as…

Teflon Ted
- 8,696
- 19
- 64
- 78
5
votes
1 answer
How can a the extension of the PCR value be replicated with e.g. sha1sum?
this is somewhat related to the post in:
Perform OR on two hash outputs of sha1sum
I have a sample set of TPM measurements, e.g. the following:
10 1ca03ef9cca98b0a04e5b01dabe1ff825ff0280a ima 0ea26e75253dc2fda7e4210980537d035e2fb9f8 …

nico
- 85
- 6
4
votes
0 answers
Trusted Web Activity - Address bar not hide - no app deep persmission
i am testing PWA (TWA) to APK and i have a problem with address bar still visible in that app. I think i have a problem with App linking.
i have tested it there: https://developers.google.com/digital-asset-links/tools/generator
and it say: No app…

AtomCZ
- 53
- 4
4
votes
2 answers
How can I check if a URLs SSL is valid? Any open APIs?
I'm currently creating a small PHP script (vanilla PHP w/ WordPress) to check if an SSL is valid and trusted. I'm just getting input from the user for their URL. I was wondering if there is any known APIs that I can use to check if the SSL date is…

ItsMichael
- 43
- 1
- 6
4
votes
3 answers
invoke-command doesn't seem to work - Did I use winrm.cmd to configure TrustedHosts correctly?
I am not sure if I used winrmcmd to configure TrustedHosts correctly
I am running commands in PowerShell from host_computer (part of workgroup)
$cred = Get-Credential -credential user
Prompt appears, and I enter in password
Then I execute a…

Glowie
- 2,271
- 21
- 60
- 104
3
votes
0 answers
Laravel 8 - Trusted Proxies. Confused between 'fideloper/TrustedProxy' and 'TrustProxies Middleware'
I need to implement Trusted Proxy but I'm confused between the PHP package fideloper/TrustedProxy (https://github.com/fideloper/TrustedProxy) and the app/Http/Middleware/TrustedProxies.php Middleware…

vlauciani
- 1,010
- 2
- 13
- 27
3
votes
2 answers
Trusted Site in IE - html title is ignored
When we add our domain as a trusted site to IE, then the html 'title' tag is ignored and the page url is shown in the browser header bar.
Whn we remove our domain from the trusted sites list then the correct title is shown in the header bar.
This…

Joe
- 236
- 2
- 9
3
votes
3 answers
PowerShell package source confirmation
I'm trying to create a function that will automatically install, update and import on demand a PowerShell module from repository PSGallery and this will be run on a build server so I have to avoid any kind of confirmation prompts. This function will…

vinhent
- 2,692
- 4
- 17
- 20
3
votes
1 answer
google trusted stores on single app application
Has anyone tried to implement google trusted store badges on single app pages?
My badge appears on the first time that I access the page but when I go another page, like product detail page, the badge disappears.
I couldn't find any reference on…

gonca
- 91
- 1
- 4