Displaying 20 results from an estimated 2443 matches for "crt".
Did you mean:
cr4
2018 May 21
1
SSL error after upgrading to 2.31
After upgrading to 2.31 I'm getting this error. Not sure what I'm doing
wrong.
No (No signatures could be verified because the chain contains only one
certificate and it is not self signed.)
ssl = yes
ssl_cert = </etc/exim/certs/ctyme.com.crt
ssl_key = </etc/exim/certs/ctyme.com.key
ssl_ca = </etc/exim/certs/ca.crt
local mail.ctyme.com {
? protocol imap {
??? ssl_cert = </etc/exim/certs/ctyme.com.crt
??? ssl_key = </etc/exim/certs/ctyme.com.key
??? ssl_ca = </etc/exim/certs/ca.crt
? }
? protocol pop3 {
??? ssl_c...
2019 Jun 27
4
A libc in LLVM
On Thu, Jun 27, 2019 at 3:56 PM Zachary Turner <zturner at roblox.com> wrote:
> No, I do not think we want to mix up CRTs on any platform. At the
>> least, it will be disruptive to the compiler drivers. Our goal is to
>> build a CRT with supports statically linked executables on Linux. We
>> do not intend to mix this new CRT with the CRT from the system libc.
>> The new CRT might only be usefu...
2013 Jan 13
4
Installing Dovecot on Gentoo
...net.de.key.pem
ACCESS mail.roessner-net.de.key.pem
CLOSE_NOWRITE:CLOSE mail.roessner-net.de.key.pem
OPEN SSL123_CA_Bundle.pem
ACCESS SSL123_CA_Bundle.pem
ACCESS SSL123_CA_Bundle.pem
ACCESS SSL123_CA_Bundle.pem
ACCESS SSL123_CA_Bundle.pem
CLOSE_NOWRITE:CLOSE SSL123_CA_Bundle.pem
OPEN ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
ACCESS ca-certificates.crt
AC...
2010 Nov 21
0
LDAP clients fail to connect with SSL enabled
...ut my cert file, key file and CA certfile in a directory called
/usr/local/etc/openldap/cacerts
Here's how it looks:
[root at LBSD2:/usr/local/etc/openldap/cacerts]#ls -l
total 48
dr--r----- 2 root ldap 512 Nov 21 17:12 bak
-r--r----- 1 root ldap 1960 Nov 21 07:05 bsd2.summitnjhome.com.crt
-r--r----- 1 root ldap 4604 Nov 21 17:16 gd_bundle.crt
-r--r----- 1 root ldap 4689 Nov 21 18:59 sf_bundle.crt
-r--r----- 1 root ldap 1537 Nov 21 17:16 sf_issuing.crt
-r--r----- 1 root ldap 1090 Nov 21 12:29 slapd.csr
-r--r----- 1 root ldap 1743 Nov 21 12:26 slapd.key
-r--r----- 1 ro...
2011 Sep 04
7
Photoshop cs5 broke after update
I was using Photoshop CS5 on my Ubuntu 11.04 system fine. I did an update of wine, now it won't work. I have tried to uninstall and reinstall wine, and copied the PS install from windows, it still has errors.
> -desktop:~$ wine "c:\Program Files\Adobe\Adobe Photoshop CS5\Photoshop.exe"
> wine: Call from 0x7b839f22 to unimplemented function msvcp90.dll.??0?$basic_string at
2013 Jul 09
3
httpd ssl problems
Not much of a noob, but I will try.
I just configured httpd and installed mod_ssl and got my certificate from GoDaddy and put them on the server with ssl.conf pointing at them. I am getting this error:
SSLCertificateFile: file '/etc/pki/tls/certs/enmu.edu.crt' does not exist or is empty
It's a cute error. I have checked several times for misspellings, looked at the enmu.edu.crt file (looks like a cert to me) and I can certify that it is not empty and it most certainly exists. Want some proof? Here...
[root at itsnv607 ~]# ls -l /etc/pki/tls/ce...
2019 Jun 27
2
A libc in LLVM
...ay that they only stay as Linux specific implementation details. If
other platforms can benefit from them, they are of course free to
adopt them.
> Then there are more immediate issues. On Windows specifically, I’m not even sure it’s going to be physically possible to link in two copies of the CRT and have one forward to the other. If it is possible, it’s very non obvious how to make it work and will likely require a ton of additional machinery.
No, I do not think we want to mix up CRTs on any platform. At the
least, it will be disruptive to the compiler drivers. Our goal is to
build a CRT...
2009 Jul 10
17
Pro Cycling manager 2009
Does anybody knows how to make the game run?
It installs just fine, but won't run.
I have been searching all over the web to find a solution, but not haven't found a single webpage or thread about it?
2020 Jul 07
3
[cfe-dev] RFC: Replacing the default CRT allocator on Windows
Asan and the Debug CRT take different approaches, but the problems they
cover largely overlap.
Both help with detection of errors like buffer overrun, double free, use
after free, etc. Asan generally gives you more immediate feedback on
those, but you pay a higher price in performance. Debug CRT lets you do
some trade...
2020 May 08
3
SSL
Hello!
I'm create free SSL in ZeroSSL. Now download certificate. In zip are:
ca_bundle.crt, certificate.crt and private.key.
How do I now create .pem?
Please help me!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200508/55117438/attachment.htm>
2020 Jan 07
1
Improve Wiki's "WebRTC config" page
...rmissions.
If possible, having those file permissions shown when Asterisk is run as
asterisk:asterisk would be very helpful.
2. Instead of a generic
tlscertfile=<your_cert_file>
tlsprivatekey=<your_key_file>
could a specific writing be preferred
tlscertfile=/etc/asterisk/keys/asterisk.crt
tlsprivatekey=/etc/asterisk/keys/asterisk.key
This would be consistent with the "We'll use the asterisk.crt, asterisk.key
and ca.crt" text, a couple of lines above.
3. If I'm not mistaken, http.conf file refers to two different files. How
exactly can asterisk.crt, asterisk.key a...
2010 Aug 02
2
[LLVMdev] [PATCH] MSVC: Allow choosing different CRT for different build types
This patch splits LLVM_USE_CRT into new CMake variables
LLVM_USE_CRT_DEBUG, LLVM_USE_CRT_RELEASE, etc (one for each build
type). It also automatically detects which CRT was already chosen by
CMake's defaults in the CMAKE_CXX_FLAGS_* variables, and defaults to
those values.
(Before, it was using add_llvm_definitions(), which...
2014 Apr 18
4
Changing SSL certificates - switching from self-signed to RapidSSL
...imap_key.pem
Now, I've created new keys/certs and the CSR, got the new certs from
RapidSSL (and also downloaded their Intermediate bundle), saved
everything per their instructions, which say to reference them as follows:
ssl = required
ssl_cert_file = /etc/ssl/ourNewCerts/mail.ourdomain.com.crt
ssl_key_file = /etc/ssl/ourNewCerts/mail.ourdomain.com.key
ssl_ca_file = /etc/ssl/ourNewCerts/RapidSSL_Intermediate.crt
But my current config doesn't have the _file for the variable names, and
the wiki doesn't use them, so I'm planning on setting these to:
ssl = required
ssl_cert = /...
2020 Jul 07
2
[cfe-dev] RFC: Replacing the default CRT allocator on Windows
...y.
Thanks,
Christopher Tetreault
From: cfe-dev <cfe-dev-bounces at lists.llvm.org> On Behalf Of Alexandre Ganea via cfe-dev
Sent: Wednesday, July 1, 2020 9:20 PM
To: cfe-dev at lists.llvm.org; LLVM Dev <llvm-dev at lists.llvm.org>
Subject: [EXT] [cfe-dev] RFC: Replacing the default CRT allocator on Windows
Hello,
I was wondering how folks were feeling about replacing the default Windows CRT allocator in Clang, LLD and other LLVM tools possibly.
The CRT heap allocator on Windows doesn't scale well on large core count machines. Any multi-threaded workload in LLVM that alloca...
2018 Sep 12
2
ca-bundle questions
Sometime in Feb, yum updated something to do with ca-bundle. I didn't
notice at the time, but it put these two files on my machine:
/etc/pki/tls/certs/ca-bundle.trust.crt.rpmnew and
/etc/pki/tls/certs/ca-bundle.crt.rpmnew
Both of those on the existing system are symbolic links
ca-bundle.trust.crt ->
/etc/pki/ca-trust/extracted/openssl/ca-bundle-trust.crt and
ca-bundle.crt -> /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
I'm not sure how exactly I...
2010 Aug 26
0
No subject
...dll was missing, so I copied it to Wine's /system32. Now I get this error:
Code:
User at linux-e9or:~/Programas/National Instruments/Circuit Design Suite 11.0> WINEPREFIX=~/winetest wine multisim.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could...
2017 Oct 08
2
Permission denied error on private key...
-rw-r--r--. root root unconfined_u:object_r:home_root_t:s0 /etc/pki/dovecot/private/mailserver.crt
> On Oct 8, 2017, at 12:03 AM, Bill Shirley <bill at KnoxvilleChristian.org> wrote:
>
> What does ls -lZ /etc/pki/dovecot/private/mailserver.crt say?
>
> Bill
>
> On 10/7/2017 7:30 PM, SH Development wrote:
>> I have a working dovecot/postfix/mysql server runni...
2020 Jul 07
2
[cfe-dev] RFC: Replacing the default CRT allocator on Windows
...ASan
> instrumentation as well. I don't imagine anybody would be proposing making
> the debug build for Windows be ASan-ified by default.
>
> On Tue, Jul 7, 2020 at 1:49 PM Adrian McCarthy via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Asan and the Debug CRT take different approaches, but the problems they
>> cover largely overlap.
>>
>> Both help with detection of errors like buffer overrun, double free, use
>> after free, etc. Asan generally gives you more immediate feedback on
>> those, but you pay a higher price in pe...
2015 Mar 12
3
mysql replication - problems
...#39;;
+---------------+--------------------------------+
| Variable_name | Value |
+---------------+--------------------------------+
| have_openssl | DISABLED |
| have_ssl | DISABLED |
| ssl_ca | /etc/pki/CA/certs/ca.crt |
| ssl_capath | |
| ssl_cert | /etc/pki/tls/certs/mysql.crt |
| ssl_cipher | |
| ssl_key | /etc/pki/tls/private/mysql.key |
+---------------+--------------------------------+
7 rows in set (0.01 sec)
On the sla...
2020 Jun 11
2
SSL-Question
I from zerossl.com download .zip file. In this file are: ca_bundle.crt,
certificate.crt and
V V čet., 11. jun. 2020 ob 16:28 je oseba Paul Martin <pm at nowster.me.uk>
napisala:
> On Thu, Jun 11, 2020 at 02:17:23PM +0200, Ervin Bizjak wrote:
> > I copy certificate.crt and private.key to one file and this file convert
> to
> > .pem.
>
>...